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 /misc/staroffice/Makefile | |
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 'misc/staroffice/Makefile')
-rw-r--r-- | misc/staroffice/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index bce4ef357d1..26424dfc557 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/07/14 19:01:31 thorpej Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:44 hubertf Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -15,8 +15,11 @@ CONFLICTS= staroffice-* DEPENDS+= unzip-*:../../archivers/unzip DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux -NO_CDROM= "Redistribution not permitted" -MIRROR_DISTFILE= NO +RESTRICTED= "Redistribution not permitted" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} ONLY_FOR_PLATFORM= NetBSD-1.4?-i386 NetBSD-1.4Z[A-Z]-i386 \ NetBSD-1.5_ALPHA-i386 NetBSD-1.5?-i386 |