diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
commit | 251562621233f8fdec525afe26d7e087fc2f9203 (patch) | |
tree | af8c8b53de15bde159c3047c26b229999f261b8d /net | |
parent | c9334746b23672432049ef86ec6accf57ef22cc9 (diff) | |
download | ports-251562621233f8fdec525afe26d7e087fc2f9203.tar.gz ports-251562621233f8fdec525afe26d7e087fc2f9203.zip |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Notes
Notes:
svn path=/head/; revision=43365
Diffstat (limited to 'net')
-rw-r--r-- | net/gatekeeper/Makefile | 2 | ||||
-rw-r--r-- | net/gopher/Makefile | 2 | ||||
-rw-r--r-- | net/ohphone/Makefile | 2 | ||||
-rw-r--r-- | net/openam/Makefile | 2 | ||||
-rw-r--r-- | net/opengatekeeper/Makefile | 2 | ||||
-rw-r--r-- | net/openh323proxy/Makefile | 2 | ||||
-rw-r--r-- | net/openmcu/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index ccd1eb1c85b0..ca8eed7a6323 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/openh323gk diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 20da974e54f9..d950f8da5821 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org FORBIDDEN= "Remote exploits" -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/wais:build DATADIR= $(PREFIX)/gopher-data WaisTop= $(PORTSDIR)/net/wais/work/freeWAIS-0.5 diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 7790c13ec79c..5e4b8f8bb43f 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -15,7 +15,7 @@ DISTNAME= ohphone_1.1.2 MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/openam/Makefile b/net/openam/Makefile index cd493062a3d5..64d3c3d970f9 100644 --- a/net/openam/Makefile +++ b/net/openam/Makefile @@ -15,7 +15,7 @@ DISTNAME= openam_1.0.4 MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/opengatekeeper/Makefile b/net/opengatekeeper/Makefile index 16175b4e7932..bb6d16794191 100644 --- a/net/opengatekeeper/Makefile +++ b/net/opengatekeeper/Makefile @@ -14,7 +14,7 @@ DISTNAME= opengate_0.9alpha3 MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/opengate diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile index fa64b8921edb..de539d492e11 100644 --- a/net/openh323proxy/Makefile +++ b/net/openh323proxy/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_0.9a3_m09 MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index d41a293e6ad9..92df421a773d 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -15,7 +15,7 @@ DISTNAME= openmcu_1.0.4 MAINTAINER= roger@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} |