diff options
author | asami <asami@FreeBSD.org> | 1996-11-22 19:48:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-22 19:48:53 +0800 |
commit | 90688adbfeec05bce3c28f9498f23ec0df098b1f (patch) | |
tree | d7bb6b535be52319fc69746adba204b3d82c2bda /net/net-snmp4 | |
parent | 322a078e6dbbc7a3d6db1a6136da6f323db2a14c (diff) | |
download | freebsd-ports-gnome-90688adbfeec05bce3c28f9498f23ec0df098b1f.tar.gz freebsd-ports-gnome-90688adbfeec05bce3c28f9498f23ec0df098b1f.tar.zst freebsd-ports-gnome-90688adbfeec05bce3c28f9498f23ec0df098b1f.zip |
Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index d1f8354e07fa..feb0697cce70 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.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 |