diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /games/xbat | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'games/xbat')
-rw-r--r-- | games/xbat/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 4b6f503f4ab..ad04bdf84df 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/14 00:36:50 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:34 hubertf Exp $ # FreeBSD Id: ports/games/xbat/Makefile,v 1.5 1999/08/25 06:04:41 obrien Exp DISTNAME= xev111 @@ -9,7 +9,11 @@ MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html -NO_CDROM= Possible copyright infringement +RESTRICTED= Possible copyright infringement +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} USE_IMAKE= yes WRKSRC= ${WRKDIR}/Xev111 |