diff options
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 |