summaryrefslogtreecommitdiff
path: root/devel/nspr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-03 01:41:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-03 01:41:52 +0000
commita54e0ee9b6aa3a790d9d7d0aa98a0af15189df48 (patch)
tree43e3f6cf2d13b89cc1e99ef843f6aa233d1078de /devel/nspr
parentRemove duplicate file listing to fix fetch of editors/ooodict-en_CA (diff)
Disable the automatic tests until we can figure out why they are hanging
on pointyhat. Reported by: pointyhat via kris Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=140743
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index 18eb7367b345..5ecac8f89f7f 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -56,14 +56,14 @@ libtests:
test: libtests prtests
-.if defined(PARALLEL_PACKAGE_BUILD)
-post-build: test
-.else
+#.if defined(PARALLEL_PACKAGE_BUILD)
+#post-build: test
+#.else
post-build:
#
# Please, consider running ``make test'' to find any
# possible build problems.
#
-.endif
+#.endif
.include <bsd.port.mk>