summaryrefslogtreecommitdiffstats
path: root/palm/syncmal/Makefile
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-04-18 00:27:37 +0000
committerfenner <fenner@FreeBSD.org>2001-04-18 00:27:37 +0000
commitad05b13c159ac43dd3218b44d3bea38e655be6ff (patch)
treee67889fccb409fddb0ed67a15874495d3369384f /palm/syncmal/Makefile
parent5c71b75b3dc97956a4c11fd544b8660579acd263 (diff)
downloadFreeBSD-ports-ad05b13c159ac43dd3218b44d3bea38e655be6ff.zip
FreeBSD-ports-ad05b13c159ac43dd3218b44d3bea38e655be6ff.tar.gz
Make jpilot and malsync work directories relative to our work directory,
as opposed to absolute since ${WRKDIRPREFIX}${PORTSDIR}/blah/blah/work does *not* necessarily point to another port's work dir. This should solve bento's build issues with this port.
Diffstat (limited to 'palm/syncmal/Makefile')
-rw-r--r--palm/syncmal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile
index 85a1562..0ee0ffd 100644
--- a/palm/syncmal/Makefile
+++ b/palm/syncmal/Makefile
@@ -13,8 +13,8 @@ DISTNAME= jpilot-${PORTNAME}_${PORTVERSION}${EXTRACTSUFX}
MAINTAINER= fenner@FreeBSD.Org
-BUILD_DEPENDS= /nonexistent:${PORTSDIR}/palm/jpilot:patch \
- /nonexistent:${PORTSDIR}/palm/malsync:patch
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/palm/jpilot:patch \
+ ${NONEXISTENT}:${PORTSDIR}/palm/malsync:patch
RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
PREFIX= ${LOCALBASE}/pilot
@@ -22,7 +22,7 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX} \
- --with-plugin-prefix=${WRKDIRPREFIX}${PORTSDIR}/palm/jpilot/work/jpilot-0.99 \
- --with-mal-source=${WRKDIRPREFIX}${PORTSDIR}/palm/malsync/work/malsync
+ --with-plugin-prefix=${WRKDIR}/../../jpilot/work/jpilot-0.99 \
+ --with-mal-source=${WRKDIR}/../../malsync/work/malsync
.include <bsd.port.mk>
OpenPOWER on IntegriCloud