diff options
Diffstat (limited to 'palm/jpilot/Makefile')
-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> |