summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-26 21:20:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-26 21:20:40 +0000
commit36c4de499295089284d869a56eaca44b22be53db (patch)
tree30f4191859de759073db26f3fda0d10b5c75ee65 /net-mgmt/net-snmp
parentmodula-3 library is now at version 6. (diff)
"ln" -> "ln -f"
Notes
Notes: svn path=/head/; revision=12869
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index a5b4b74d4b42..ba65d547b3c6 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 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