From 319851030c59cf23051f4b644ce57723ba62c60c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 18 Aug 2000 22:46:29 +0000 Subject: 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. --- biology/fastDNAml/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'biology/fastDNAml') 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 -- cgit v1.2.3