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/gopher/Makefile | |
parent | Add removal of libdata/ to the plist. Ideally, this should be fixed (diff) |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Diffstat (limited to 'net/gopher/Makefile')
-rw-r--r-- | net/gopher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |