aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg-idea
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-02-23 14:16:51 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2003-02-23 14:16:51 +0800
commitd9daa87013bc3fb46102a1af5e532e744161bc26 (patch)
tree5cba260ab6222d677b97ff0f81b31efa84507aa5 /security/gnupg-idea
parent05f0ff822dc726c3427a484b66dea41037b83a80 (diff)
downloadfreebsd-ports-d9daa87013bc3fb46102a1af5e532e744161bc26.tar.gz
freebsd-ports-d9daa87013bc3fb46102a1af5e532e744161bc26.tar.zst
freebsd-ports-d9daa87013bc3fb46102a1af5e532e744161bc26.zip
- use NO_PACKAGE if enviroment is not set.
Notes
Notes: svn path=/head/; revision=76228
Diffstat (limited to 'security/gnupg-idea')
-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 a0f0a7128208..e6041df3c45c 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>