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 /editors | |
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 'editors')
-rw-r--r-- | editors/framemaker/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/framemaker/Makefile b/editors/framemaker/Makefile index 575ab50311c..5be5351f44b 100644 --- a/editors/framemaker/Makefile +++ b/editors/framemaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/03/10 19:17:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:32 hubertf Exp $ # DISTNAME= fmlinux @@ -19,10 +19,13 @@ HOMEPAGE= http://www.adobe.com/products/framemaker/fmlinux.html DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux .endif -MIRROR_DISTFILE=NO +RESTRICTED= "Distributed only by Adobe Inc." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} NO_CONFIGURE= YES -NO_CDROM= Distributed only by Adobe Inc. DIST_SUBDIR= framemaker |