From 6599f6dee59b37422f32401b293ecf763d4e7b14 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Thu, 29 Mar 2001 00:17:47 +0000 Subject: Insert ${WRKDIRPREFIX} when looking for other ports' work dirs. Found by: bento --- palm/syncmal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'palm/syncmal') diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile index cf302b02530e..85a15622b9e6 100644 --- a/palm/syncmal/Makefile +++ b/palm/syncmal/Makefile @@ -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=${PORTSDIR}/palm/jpilot/work/jpilot-0.99 \ - --with-mal-source=${PORTSDIR}/palm/malsync/work/malsync + --with-plugin-prefix=${WRKDIRPREFIX}${PORTSDIR}/palm/jpilot/work/jpilot-0.99 \ + --with-mal-source=${WRKDIRPREFIX}${PORTSDIR}/palm/malsync/work/malsync .include -- cgit v1.2.3