diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | 319851030c59cf23051f4b644ce57723ba62c60c (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /biology | |
parent | c62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff) | |
download | pkgsrc-319851030c59cf23051f4b644ce57723ba62c60c.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')
-rw-r--r-- | biology/fastDNAml/Makefile | 6 | ||||
-rw-r--r-- | biology/phylip/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/biology/fastDNAml/Makefile b/biology/fastDNAml/Makefile index a631053f116..91946a7ba56 100644 --- a/biology/fastDNAml/Makefile +++ b/biology/fastDNAml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/28 20:18:55 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/18 22:46:31 hubertf Exp $ DISTNAME= fastDNAml_1.2.1 PKGNAME= fastDNAml-1.2.1 @@ -9,7 +9,9 @@ MASTER_SITES= http://geta.life.uiuc.edu/~gary/programs/fastDNAml/ MAINTAINER= babafou@babafou.eu.org HOMEPAGE= http://geta.life.uiuc.edu/~gary/programs/fastDNAml.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-build : @ cd ${WRKSRC}/source && ${MAKE} LDFLAGS=-lm fastDNAml 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 |