diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:54:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:54:39 +0000 |
commit | 4b8340fc0b4b94422bf89f1a471019c8dab35ef6 (patch) | |
tree | f415cc7dc0b44b96e29ffd08dc755c386fab94d9 /games/rollemup | |
parent | 4462c6e82dea0a88884e94734d9cce95662a6782 (diff) | |
download | pkgsrc-4b8340fc0b4b94422bf89f1a471019c8dab35ef6.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 |