summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-13 03:33:14 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-13 03:33:14 +0000
commit4415486720df78f4106259fbe97d6e674c338685 (patch)
treec5b4d996d5629c8f1d38ef038cf626688ba44316 /devel
parent78a5fb9eb6f61a5211fe22bac6594fe750fe3b0a (diff)
downloadpkgsrc-4415486720df78f4106259fbe97d6e674c338685.tar.gz
add missing '$'
Diffstat (limited to 'devel')
-rw-r--r--devel/ptl2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile
index ede7f44012c..0f0d1bcce79 100644
--- a/devel/ptl2/Makefile
+++ b/devel/ptl2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/11/14 02:30:12 msaitoh Exp $
+# $NetBSD: Makefile,v 1.29 2001/01/13 03:33:14 hubertf Exp $
DISTNAME= PTL-2.1.7
PKGNAME= ptl-2.1.7
@@ -25,7 +25,7 @@ post-install:
${FIND} PTL -type f >>${PLIST_SRC}; \
for LINK in `${FIND} PTL -type l`; do \
set - X `${FILE} $$LINK`; \
- ${ECHO} "@exec {LN} -s $$6 %D/$$LINK" >>${PLIST_SRC}; \
+ ${ECHO} "@exec ${LN} -s $$6 %D/$$LINK" >>${PLIST_SRC}; \
${ECHO} "@unexec ${RM} -f %D/$$LINK" >>${PLIST_SRC}; \
done; \
for DIR in `${FIND} PTL -type d | sort -r`; do \