summaryrefslogtreecommitdiffstats
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>2001-01-09 06:14:07 +0000
committerdima <dima@FreeBSD.org>2001-01-09 06:14:07 +0000
commit45238c4571413ca8d81f7c38a1d49e5de811c583 (patch)
treed9ee55f138bbfce4eff6ed1b5c41267cfced4278 /palm/pilot-link-devel
parent35529bfecbc5e288efe36ed76af9ad3b29086e57 (diff)
downloadFreeBSD-ports-45238c4571413ca8d81f7c38a1d49e5de811c583.zip
FreeBSD-ports-45238c4571413ca8d81f7c38a1d49e5de811c583.tar.gz
Fix install path.
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r--palm/pilot-link-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 4730085..84b446b 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>
OpenPOWER on IntegriCloud