=================================================================== RCS file: /cvs/ports/graphics/phatch/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/phatch/Attic/Makefile 2011/03/07 22:22:01 1.1 +++ ports/graphics/phatch/Attic/Makefile 2011/10/26 19:13:19 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2011/03/07 22:22:01 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2011/10/26 19:13:19 yason Exp $ COMMENT = photo batch processor @@ -30,15 +30,13 @@ #REGRESS_DEPENDS = ??? -SEPARATE_BUILD = concurrent (build simultaneously on all arches) +SEPARATE_BUILD = concurrent #SEPARATE_BUILD = simple (configure/build still recreates files in source) -MODPY_ADJ_FILES = setup.py bin/phatch docs/update.py phatch/lib/metadataTest.py \ - phatch/lib/system.py phatch/lib/pyWx/dialogsInspector.py \ - phatch/other/EXIF.py phatch/other/pep8.py phatch/other/surd.py \ - tests/acceptance_test.py tests/doc_test.py tests/license_test.py \ - tests/pep8_test.py tests/test_suite/bzr_precommit_test.py \ - tests/test_suite/config.py tools/change_tags.py phatch/phatch.py +MODPY_ADJ_FILES = setup.py bin/phatch docs/update.py phatch/lib/*.py \ + phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \ + tests/*.py tests/test_suite/*.py \ + tools/change_tags.py phatch/phatch.py #REGRESS_IS_INTERACTIVE = Yes