summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-08-31 15:44:35 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-08-31 15:44:35 +0000
commit269a165ded54f5ad0a3c14b1f638b49abeb39194 (patch)
tree4d4ff1679e9619c9f8ae5efb5245659e646c6849 /palm
parentFix reistall. (diff)
palm stuffs should be install in ${LOCALBASE}/pilot
Notes
Notes: svn path=/head/; revision=21168
Diffstat (limited to 'palm')
-rw-r--r--palm/jpilot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index bd48aee605c4..d3afbfa7e761 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -15,10 +15,11 @@ MAINTAINER= varju@webct.com
LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+PREFIX= ${LOCALBASE}/pilot
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX}/pilot
+CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX}
post-install:
- strip ${PREFIX}/bin/jpilot
+ @strip ${PREFIX}/bin/jpilot
.include <bsd.port.mk>