diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:48:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 11:48:53 +0000 |
commit | 3c01626a9ddd37796f038e90a77ce42177aea239 (patch) | |
tree | ad567fda213f5041e8922f0823cffc58c5d033c7 /net-mgmt/net-snmp | |
parent | Make this NO_PACKAGE, it asks too many questions. (diff) |
Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
Notes
Notes:
svn path=/head/; revision=4643
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index d1f8354e07fa..feb0697cce70 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.3 1996/11/18 11:36:53 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/22 11:45:46 asami Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGES= yes # asks too many questions +NO_PACKAGE= yes # asks too many questions GNU_CONFIGURE= yes IS_INTERACTIVE= yes |