diff options
author | asami <asami@FreeBSD.org> | 1996-11-22 19:45:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-22 19:45:46 +0800 |
commit | 322a078e6dbbc7a3d6db1a6136da6f323db2a14c (patch) | |
tree | 6884d59d8834eef48a0857744162e99a7e4a2261 /net/net-snmp4 | |
parent | 4ed72c7db79b674397623d43f5c2ab3bf23d63b4 (diff) | |
download | freebsd-ports-gnome-322a078e6dbbc7a3d6db1a6136da6f323db2a14c.tar.gz freebsd-ports-gnome-322a078e6dbbc7a3d6db1a6136da6f323db2a14c.tar.zst freebsd-ports-gnome-322a078e6dbbc7a3d6db1a6136da6f323db2a14c.zip |
Make this NO_PACKAGE, it asks too many questions.
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index c0bad231b02c..d1f8354e07fa 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.2 1996/07/09 19:00:08 gpalmer Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:36:53 asami Exp $ # DISTNAME= ucd-snmp-3.1 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG +NO_PACKAGES= yes # asks too many questions GNU_CONFIGURE= yes IS_INTERACTIVE= yes |