aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot-link
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>2001-01-09 14:14:07 +0800
committerdima <dima@FreeBSD.org>2001-01-09 14:14:07 +0800
commit45238c4571413ca8d81f7c38a1d49e5de811c583 (patch)
treed9ee55f138bbfce4eff6ed1b5c41267cfced4278 /palm/pilot-link
parent35529bfecbc5e288efe36ed76af9ad3b29086e57 (diff)
downloadfreebsd-ports-gnome-45238c4571413ca8d81f7c38a1d49e5de811c583.tar.gz
freebsd-ports-gnome-45238c4571413ca8d81f7c38a1d49e5de811c583.tar.zst
freebsd-ports-gnome-45238c4571413ca8d81f7c38a1d49e5de811c583.zip
Fix install path.
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'palm/pilot-link')
-rw-r--r--palm/pilot-link/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 473008577515..84b446b0868e 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 > ${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>