From 55b6cee1ca64dbbbf09a552e3f9130c21ea03046 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 4 Aug 2005 04:07:38 +0000 Subject: 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) --- security/nss/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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 -- cgit