diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-04 04:07:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-04 04:07:38 +0000 |
commit | d9ab36fb8c731ac007c8aec0c881303f6c5ee713 (patch) | |
tree | d91c2f543b6f42681ee7245c6835fec1920dc751 /security/nss | |
parent | Commit forgotten distinfo. (diff) |
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/nss')
-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 |