aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-03-02 06:47:39 +0800
committerfenner <fenner@FreeBSD.org>2002-03-02 06:47:39 +0800
commit4bb99d0a6e7f1b291c4ca86ff05904992139d145 (patch)
tree794025fd1a2b0a39e62e6252ac4aec2d7670d2c7
parent01f758a1a53927e04dd74f85c80374530da7ca4a (diff)
downloadfreebsd-ports-graphics-4bb99d0a6e7f1b291c4ca86ff05904992139d145.tar.gz
freebsd-ports-graphics-4bb99d0a6e7f1b291c4ca86ff05904992139d145.tar.zst
freebsd-ports-graphics-4bb99d0a6e7f1b291c4ca86ff05904992139d145.zip
Make syncmal install directly into PREFIX, to match jpilot and pilot-link.
-rw-r--r--palm/syncmal/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile
index 6c6f851d9ae..ba58c419e60 100644
--- a/palm/syncmal/Makefile
+++ b/palm/syncmal/Makefile
@@ -17,12 +17,10 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/palm/jpilot:patch \
${NONEXISTENT}:${PORTSDIR}/palm/malsync:patch
RUN_DEPENDS= ${PREFIX}/bin/jpilot:${PORTSDIR}/palm/jpilot
-PREFIX= ${LOCALBASE}/pilot
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
-CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX} \
- --with-plugin-prefix=${WRKDIR}/../../jpilot/work/jpilot-0.99.2 \
+CONFIGURE_ARGS= --with-plugin-prefix=${WRKDIR}/../../jpilot/work/jpilot-0.99.2 \
--with-mal-source=${WRKDIR}/../../malsync/work/malsync
.include <bsd.port.mk>