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 | |
parent | drop myself from MAINTAINER. too many KAME platforms to support, (diff) |
Fix install path.
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Notes
Notes:
svn path=/head/; revision=36980
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 2 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 2 |
2 files changed, 2 insertions, 2 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> 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> |