summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-23 06:16:51 +0000
committerdinoex <dinoex@FreeBSD.org>2003-02-23 06:16:51 +0000
commit3defc6442fb5ee0b97a5b6019acef877ec49a7e0 (patch)
treea56f333a8f8ed38e10536b25ed704c7c4e61f027 /security
parent87ebd81d17943f681eb8c58eeeb88c419a1123f0 (diff)
downloadFreeBSD-ports-3defc6442fb5ee0b97a5b6019acef877ec49a7e0.zip
FreeBSD-ports-3defc6442fb5ee0b97a5b6019acef877ec49a7e0.tar.gz
- use NO_PACKAGE if enviroment is not set.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-idea/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile
index a0f0a71..e6041df 100644
--- a/security/gnupg-idea/Makefile
+++ b/security/gnupg-idea/Makefile
@@ -31,11 +31,7 @@ CFLAGS+= -Wall -Wcast-align -Wshadow -Wstrict-prototypes
PLIST= ${WRKDIR}/.PLIST.more
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
-pre-fetch:
- @${ECHO_MSG}
- @${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident
- @${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package
- @${FALSE}
+NO_PACKAGE= You must set variable USA_RESIDENT to YES or NO
.include <bsd.port.mk>
OpenPOWER on IntegriCloud