diff options
author | dima <dima@FreeBSD.org> | 2001-01-09 14:14:07 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 2001-01-09 14:14:07 +0800 |
commit | 45238c4571413ca8d81f7c38a1d49e5de811c583 (patch) | |
tree | d9ee55f138bbfce4eff6ed1b5c41267cfced4278 /palm/pilot-link | |
parent | 35529bfecbc5e288efe36ed76af9ad3b29086e57 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |