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
commit8b7c34b21b7086ae42675434b629105c860e5d8c (patch)
treec5b4d996d5629c8f1d38ef038cf626688ba44316 /devel/ptl2
parentf9ce022bd48cbe0404d11ad65a85d45cd430c55d (diff)
downloadpkgsrc-8b7c34b21b7086ae42675434b629105c860e5d8c.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 \