summaryrefslogtreecommitdiff
path: root/devel/ptl2
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-13 03:33:14 +0000
committerhubertf <hubertf>2001-01-13 03:33:14 +0000
commite96d51dccd4e9453c6fb92358bb6d0cbfacf1e07 (patch)
treec5b4d996d5629c8f1d38ef038cf626688ba44316 /devel/ptl2
parent66d75e1468c0116f6822180e72e8eda72045efa8 (diff)
downloadpkgsrc-e96d51dccd4e9453c6fb92358bb6d0cbfacf1e07.tar.gz
add missing '$'
Diffstat (limited to 'devel/ptl2')
-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 \