1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.

Found by:	bento
This commit is contained in:
Bill Fenner 2001-03-29 00:17:47 +00:00
parent b590aae977
commit 6599f6dee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40510

View File

@ -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>