diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-05-01 08:12:19 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-05-01 08:12:19 +0000 |
commit | 24ca53872c48e02783da10020bdd879e9f7cf83e (patch) | |
tree | 58c690e533611b4a40b4faa1676e8baf5ec92de5 /net/gatekeeper | |
parent | Added "SSL" to make information more complete ;-) (diff) |
Update with new mastersite at sourceforge.
Fix build error seen on bento when referencing the working directories of
other ports.
Notes
Notes:
svn path=/head/; revision=28223
Diffstat (limited to 'net/gatekeeper')
-rw-r--r-- | net/gatekeeper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index 0f7e4055b9e1..ef832be1dfe0 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -8,7 +8,7 @@ PORTNAME= gatekeeper PORTVERSION= 0.12p CATEGORIES= net -MASTER_SITES= http://www.willamowius.de/download/ +MASTER_SITES= http://download.sourceforge.net/openh323gk/ DISTNAME= gk012pre4 MAINTAINER= roger@freebsd.org @@ -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} |