diff options
author | asami <asami@FreeBSD.org> | 2000-04-24 19:13:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-24 19:13:14 +0000 |
commit | 3e8c114e9e962f520876e7a42462a6c11d5e8b0f (patch) | |
tree | f0f78f6ca47652cb726b6ac6cb3c02467c3dae07 /net/opengatekeeper/Makefile | |
parent | fe51b29e2e888644c701a2e0cf0b16c08c6e813e (diff) | |
download | FreeBSD-ports-3e8c114e9e962f520876e7a42462a6c11d5e8b0f.zip FreeBSD-ports-3e8c114e9e962f520876e7a42462a6c11d5e8b0f.tar.gz |
Replace ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work with
${WRKDIRPREFIX}${.CURDIR}/../openh323/work so this will compile
when ${PORTSDIR} is a symlink.
Approved by: maintainer
Diffstat (limited to 'net/opengatekeeper/Makefile')
-rw-r--r-- | net/opengatekeeper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opengatekeeper/Makefile b/net/opengatekeeper/Makefile index e61fd2c..50c11a0 100644 --- a/net/opengatekeeper/Makefile +++ b/net/opengatekeeper/Makefile @@ -22,8 +22,8 @@ NOCLEANDEPENDS= yes USE_BISON= yes USE_GMAKE= yes ALL_TARGET= opt -MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323 +MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} |