1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- use NO_PACKAGE if enviroment is not set.

This commit is contained in:
Dirk Meyer 2003-02-23 06:16:51 +00:00
parent 05f0ff822d
commit d9daa87013
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76228

View File

@ -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>