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 /biology/phylip | |
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 'biology/phylip')
-rw-r--r-- | biology/phylip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index d76285a5ae2..69b78d00016 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/28 19:58:56 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/18 22:46:31 hubertf Exp $ DISTNAME= phylip PKGNAME= phylip-3.573c @@ -11,7 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= babafou@babafou.eu.org HOMEPAGE= http://evolution.genetics.washington.edu/phylip.html -NO_CDROM= "No commercial distribution without a royalty agreement with the author" +RESTRICTED= "No commercial distribution without a royalty agreement with the author" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/phylip |