diff options
author | hubertf <hubertf> | 1999-11-23 16:54:39 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-11-23 16:54:39 +0000 |
commit | 31fc5e54755412f84d767918ea637cbaf07d1f91 (patch) | |
tree | f415cc7dc0b44b96e29ffd08dc755c386fab94d9 /games/rollemup | |
parent | 7f02c0af737e9104e6244b89f0e6ec32c4932794 (diff) | |
download | pkgsrc-31fc5e54755412f84d767918ea637cbaf07d1f91.tar.gz |
more NO_CDROM fixup
Diffstat (limited to 'games/rollemup')
-rw-r--r-- | games/rollemup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 84d08487c77..2cbdbcacb94 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/28 06:59:12 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/23 16:54:40 hubertf Exp $ # DISTNAME= Rollemup @@ -18,7 +18,8 @@ MIRROR_DISTFILE=no EXTRACT_ONLY= # empty NO_PATCH= yes NO_CONFIGURE= yes -NO_PACKAGE= yes +NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} PLIST_SRC= ${WRKDIR}/PLIST.src GAMES_DIR= share/games |