diff options
author | fenner <fenner@FreeBSD.org> | 2002-03-01 22:47:39 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-03-01 22:47:39 +0000 |
commit | 4bb99d0a6e7f1b291c4ca86ff05904992139d145 (patch) | |
tree | 794025fd1a2b0a39e62e6252ac4aec2d7670d2c7 /palm/syncmal | |
parent | 01f758a1a53927e04dd74f85c80374530da7ca4a (diff) | |
download | FreeBSD-ports-4bb99d0a6e7f1b291c4ca86ff05904992139d145.zip FreeBSD-ports-4bb99d0a6e7f1b291c4ca86ff05904992139d145.tar.gz |
Make syncmal install directly into PREFIX, to match jpilot and pilot-link.
Diffstat (limited to 'palm/syncmal')
-rw-r--r-- | palm/syncmal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile index 6c6f851..ba58c41 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> |