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 /www/asWedit | |
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 'www/asWedit')
-rw-r--r-- | www/asWedit/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile index b0f834c8ba3..cb8f1c621f1 100644 --- a/www/asWedit/Makefile +++ b/www/asWedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/17 09:39:05 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/18 22:46:51 hubertf Exp $ # DISTNAME= ${PKGNAME}-i386.linux @@ -17,9 +17,13 @@ HOMEPAGE= http://www.advasoft.com/asWedit.html DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_CDROM= "Redistribution not permitted" + RESTRICTED= "No re-distribution" -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + NO_BUILD= yes MESSAGE_FILE= ${WRKDIR}/MESSAGE |