summaryrefslogtreecommitdiffstats
path: root/net/net-snmp
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-26 21:20:40 +0000
committerasami <asami@FreeBSD.org>1998-08-26 21:20:40 +0000
commit9c79e33097afde9f451a43b30220ed6e8470e14d (patch)
treea70ec99206bb86023a6c12a19e58ddcf4111ffda /net/net-snmp
parentccb84745ec272f4ac18ff60fb5ef8080f31cfaca (diff)
downloadFreeBSD-ports-9c79e33097afde9f451a43b30220ed6e8470e14d.zip
FreeBSD-ports-9c79e33097afde9f451a43b30220ed6e8470e14d.tar.gz
"ln" -> "ln -f"
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index a5b4b74..ba65d54 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.3 1998/06/29 05:23:40 nectar Exp $
+# $Id: Makefile,v 1.19 1998/07/10 21:06:22 nectar Exp $
#
DISTNAME= ucd-snmp-3.5
@@ -37,7 +37,7 @@ SBIN= snmpd snmptrapd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
- (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5)
+ (cd ${PREFIX}/lib && ${LN} -f libsnmp.so libsnmp.so.3.5)
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
OpenPOWER on IntegriCloud