diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-08-31 15:44:35 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-08-31 15:44:35 +0000 |
commit | 269a165ded54f5ad0a3c14b1f638b49abeb39194 (patch) | |
tree | 4d4ff1679e9619c9f8ae5efb5245659e646c6849 /palm/jpilot | |
parent | cd5dcf33869db56afff25befbb999f2f2b586a5b (diff) |
Notes
Diffstat (limited to 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 5 |
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> |