diff options
author | fenner <fenner@FreeBSD.org> | 2001-03-29 08:17:47 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-03-29 08:17:47 +0800 |
commit | 67c947eb421e0d2b87fa0a0125795ad13c5c4fbc (patch) | |
tree | 8f36b7a67cc1092ebd14fd15c4da32b1af103c24 /palm | |
parent | 28c158baf9b6b91b0bef60d447b7b9e35c1db869 (diff) | |
download | freebsd-ports-gnome-67c947eb421e0d2b87fa0a0125795ad13c5c4fbc.tar.gz freebsd-ports-gnome-67c947eb421e0d2b87fa0a0125795ad13c5c4fbc.tar.zst freebsd-ports-gnome-67c947eb421e0d2b87fa0a0125795ad13c5c4fbc.zip |
Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.
Found by: bento
Diffstat (limited to 'palm')
-rw-r--r-- | palm/syncmal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |