diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-03-29 00:17:47 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-03-29 00:17:47 +0000 |
commit | 6599f6dee59b37422f32401b293ecf763d4e7b14 (patch) | |
tree | 6d8cc5cec0a1134827f0f92e42fd8b9b14cb0007 | |
parent | Add hx 0.7.14, (diff) |
Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.
Found by: bento
Notes
Notes:
svn path=/head/; revision=40510
-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> |