diff options
author | steve <steve@FreeBSD.org> | 1999-05-10 20:00:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-10 20:00:27 +0000 |
commit | 7cd29750fc0ff55fbb354bb2f5825fccc4f70dd9 (patch) | |
tree | 691a3c372ea5069241aee1fa7f71fc010c8555ef /www/w3c-httpd/Makefile | |
parent | 4bbf23e208ea959db1018ec358ad5163ac45c6fd (diff) | |
download | FreeBSD-ports-7cd29750fc0ff55fbb354bb2f5825fccc4f70dd9.zip FreeBSD-ports-7cd29750fc0ff55fbb354bb2f5825fccc4f70dd9.tar.gz |
Enable WAIS support.
Submitted by: Pdero F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'www/w3c-httpd/Makefile')
-rw-r--r-- | www/w3c-httpd/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index c17a55a..b4488be 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: w3c-httpd # Version required: 3.0A # Date created: 29 October 1994 -# Whom: pst +# Whom: pst (orig) # -# $Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp $ +# $Id: Makefile,v 1.20 1999/05/10 04:05:14 steve Exp $ # DISTNAME= w3c-httpd-3.0A @@ -13,9 +13,11 @@ MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ MAINTAINER= ports@FreeBSD.org -NO_WRKSUBDIR= yes +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build -WWW_ROOT= ${PREFIX}/www +NO_WRKSUBDIR= yes +WWW_ROOT?= ${PREFIX}/www +MAKE_ENV+= PORTSDIR=${PORTSDIR} pre-configure: .if !defined(MD5_PW) |