summaryrefslogtreecommitdiff
path: root/ports-mgmt/pib
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1996-12-30 09:26:23 +0000
committerMike Smith <msmith@FreeBSD.org>1996-12-30 09:26:23 +0000
commit95714a57264bb048bb6bf47080163e0fcfa5999f (patch)
treeb4c2d7f1063ee6b23435379f53330be541444496 /ports-mgmt/pib
parentAdd pib. (diff)
Use '-f' when creating the symlink to avoid falling over if the link
already exists.
Notes
Notes: svn path=/head/; revision=5134
Diffstat (limited to 'ports-mgmt/pib')
-rw-r--r--ports-mgmt/pib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile
index 16ff9cff3c93..cc9ce55986da 100644
--- a/ports-mgmt/pib/Makefile
+++ b/ports-mgmt/pib/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 December 1996
# Whom: Mike Smith <msmith@freebsd.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/12/30 09:16:55 msmith Exp $
#
DISTNAME= pib-1.0
@@ -20,5 +20,5 @@ install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib
- ln -s ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
+ ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib