diff options
author | dima <dima@FreeBSD.org> | 2001-01-12 06:19:38 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 2001-01-12 06:19:38 +0800 |
commit | fba3c18394a00c18abf60a987b448ef964e4a1db (patch) | |
tree | 804d31f2cf3db014c3c63574e214c49fdaae9385 /palm/pilot-link/Makefile | |
parent | 234faae017022e10c97f32cae178c4143a630be1 (diff) | |
download | freebsd-ports-gnome-fba3c18394a00c18abf60a987b448ef964e4a1db.tar.gz freebsd-ports-gnome-fba3c18394a00c18abf60a987b448ef964e4a1db.tar.zst freebsd-ports-gnome-fba3c18394a00c18abf60a987b448ef964e4a1db.zip |
Fix typo @{$SED} -> @${SED}
Submitted by: rich@math.missouri.edu
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r-- | palm/pilot-link/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |