diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-04 12:07:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-04 12:07:38 +0800 |
commit | 55b6cee1ca64dbbbf09a552e3f9130c21ea03046 (patch) | |
tree | eb010ab453c6348ef582853ed6b6dfda2cce6d78 /security | |
parent | 2bdc8334c52c4137268ee2c4ab1a72f1346ce06a (diff) | |
download | freebsd-ports-gnome-55b6cee1ca64dbbbf09a552e3f9130c21ea03046.tar.gz freebsd-ports-gnome-55b6cee1ca64dbbbf09a552e3f9130c21ea03046.tar.zst freebsd-ports-gnome-55b6cee1ca64dbbbf09a552e3f9130c21ea03046.zip |
Disable automatic tests on all versions of FreeBSD as they seem to fail in
a read-only port directory. More investigation is needed.
Reported by: GNOME Tinderbox
Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index f11cbfcc0158..69470f1f6250 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -62,15 +62,15 @@ test: echo "All tests succeeded. Good news."; \ fi -.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 -post-build: test -.else +#.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 +#post-build: test +#.else post-build: # # Please, consider running ``make test'' now and fixing any problems # and/or reporting them to ${MAINTAINER} . Thanks! # -.endif +#.endif do-install: ${MKDIR} ${PREFIX}/include/nss |