diff options
-rw-r--r-- | devel/simpletest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/simpletest/Makefile b/devel/simpletest/Makefile index 08a9ebbcdd7e..e9086185c4c8 100644 --- a/devel/simpletest/Makefile +++ b/devel/simpletest/Makefile @@ -86,9 +86,9 @@ CLASSES= authentication.php browser.php dumper.php errors.php \ pre-patch: ${CP} -r ${WRKSRC}/test ${WRKSRC}/test.beforeinstall -do-build: - cd ${WRKSRC}/test.beforeinstall && \ - ${LOCALBASE}/bin/php -f ${SIMPLETESTS}_tests.php +#do-build: +# cd ${WRKSRC}/test.beforeinstall && \ +# ${LOCALBASE}/bin/php -f ${SIMPLETESTS}_tests.php do-install: ${MKDIR} ${DOCSDIR} |