aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>2001-01-11 22:19:38 +0000
committerDima Ruban <dima@FreeBSD.org>2001-01-11 22:19:38 +0000
commite40294f732d7e370726da5d7808d7a29f6342707 (patch)
tree07ff80dbcb18c008d1236e21a390aac508300d55 /palm
parent6e2dbdc869e741fe3c44a514e3344dafc15b014f (diff)
downloadports-e40294f732d7e370726da5d7808d7a29f6342707.tar.gz
ports-e40294f732d7e370726da5d7808d7a29f6342707.zip
Fix typo @{$SED} -> @${SED}
Submitted by: rich@math.missouri.edu
Notes
Notes: svn path=/head/; revision=37109
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile2
-rw-r--r--palm/pilot-link/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 84b446b0868e..bcb2af9d5bbc 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -28,7 +28,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
MAN7= pilot-link.7
post-install:
- @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
+ @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
.include <bsd.port.mk>
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 84b446b0868e..bcb2af9d5bbc 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -28,7 +28,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
MAN7= pilot-link.7
post-install:
- @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
+ @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
.include <bsd.port.mk>