summaryrefslogtreecommitdiff
path: root/palm/syncmal
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-03-01 22:47:39 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-03-01 22:47:39 +0000
commit9f3134da30d6bbbc06f13ed7d32e07b1c79c8ea3 (patch)
tree754034f009e4fdf207f4ba7dd20e034013f4d258 /palm/syncmal
parentAdd a knob to allow tweaking ODBCVER at port build time. One might (diff)
Make syncmal install directly into PREFIX, to match jpilot and pilot-link.
Notes
Notes: svn path=/head/; revision=55386
Diffstat (limited to 'palm/syncmal')
-rw-r--r--palm/syncmal/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile
index 6c6f851d9ae5..ba58c419e60e 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>