diff options
Diffstat (limited to 'games/rollemup')
-rw-r--r-- | games/rollemup/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 4b5ff0af4e1..38b0aee3276 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/13 11:15:10 soren Exp $ +# $NetBSD: Makefile,v 1.10 2000/07/20 13:31:00 rh Exp $ # DISTNAME= Rollemup @@ -18,8 +18,10 @@ MIRROR_DISTFILE=no EXTRACT_ONLY= # empty NO_PATCH= yes NO_CONFIGURE= yes -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} MESSAGE_FILE= ${WRKDIR}/MESSAGE |