diff options
author | tron <tron@pkgsrc.org> | 2001-09-24 15:02:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-24 15:02:53 +0000 |
commit | 9d1956040f4f77b810c919a08103309bf77819d3 (patch) | |
tree | ab2a5f0e69970672ba385730b2b3138c5b24fb17 /net | |
parent | 9fe3748a9ffcb664a81802f03c485275ac7f3956 (diff) | |
download | pkgsrc-9d1956040f4f77b810c919a08103309bf77819d3.tar.gz |
Put a "@" in front of the recently added "${LN}" command so that the
"post-extract" target is quiet again.
Diffstat (limited to 'net')
-rw-r--r-- | net/ucd-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 7009e4efe7b..b9a874d5836 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/09/24 09:40:00 tron Exp $ +# $NetBSD: Makefile,v 1.37 2001/09/24 15:02:53 tron Exp $ DISTNAME= ucd-snmp-4.1.2 CATEGORIES= net @@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2 # do not supply them: post-extract: @${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c - ${LN} ${WRKSRC}/s/netbsd.h ${WRKSRC}/s/netbsdelf.h + @${LN} ${WRKSRC}/s/netbsd.h ${WRKSRC}/s/netbsdelf.h pre-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf |