summaryrefslogtreecommitdiff
path: root/databases/mysql-client
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-18 22:46:29 +0000
committerhubertf <hubertf>2000-08-18 22:46:29 +0000
commitc72e8c6ba48ab216853cf3ee27d80ffc3b4870f7 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /databases/mysql-client
parent4e65cf5a7684268ec9492ad6523dd5d1d07fbdda (diff)
downloadpkgsrc-c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7.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 'databases/mysql-client')
-rw-r--r--databases/mysql-client/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index 9b8f4d5c290..b45cc85a155 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/08/16 01:54:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:31 hubertf Exp $
#
DISTNAME= mysql-3.22.32
@@ -10,7 +10,9 @@ MASTER_SITES= ftp://ftp.mysql.com/MySQL-3.22/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mysql.com/
-NO_CDROM= "Restrictive license."
+RESTRICTED= "Restrictive license."
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-perl --without-debug --without-bench \