summaryrefslogtreecommitdiff
path: root/ports-mgmt/pib/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /ports-mgmt/pib/Makefile
parentecho -> ${ECHO}/${ECHO_MSG} (diff)
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to '')
-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 cbb88ad351d1..13e0a7d75cb4 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: Makefile,v 1.11 1998/11/09 01:12:08 steve Exp $
+# $Id: Makefile,v 1.12 1999/01/10 17:58:47 steve Exp $
#
DISTNAME= pib-1.1
@@ -19,6 +19,6 @@ do-install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib
- ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
+ ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
.include <bsd.port.mk>