diff options
author | max <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /net | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | FreeBSD-ports-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip FreeBSD-ports-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 8c71932..b4573276 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 8c71932..b4573276 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 8c71932..b4573276 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ |