diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-10 20:00:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-10 20:00:27 +0000 |
commit | a8e5d60ebd77513690135c624369e2e4945716d6 (patch) | |
tree | 625cea90b5a18530afdf9615a355ad8ec923cc8f /www/w3c-httpd/Makefile | |
parent | 92c1a433eac1f412560d89e7654007787adb4077 (diff) |
Notes
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 c17a55a1d816..b4488be8d30f 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) |