diff options
author | Dima Ruban <dima@FreeBSD.org> | 2001-01-09 06:14:07 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 2001-01-09 06:14:07 +0000 |
commit | 6c36ae9c94621a6cd52c8ad9f857db085978bf5e (patch) | |
tree | 148046758bc6815b202b4ac2c0c1d709f732af20 /palm/pilot-link-devel | |
parent | 8a1d4f194e16776e0dfe99294a660dd3006456b7 (diff) | |
download | ports-6c36ae9c94621a6cd52c8ad9f857db085978bf5e.tar.gz ports-6c36ae9c94621a6cd52c8ad9f857db085978bf5e.zip |
Notes
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 473008577515..84b446b0868e 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 > ${PREFIX}/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> |