aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3c-httpd
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-17 15:59:05 +0800
committerasami <asami@FreeBSD.org>1995-04-17 15:59:05 +0800
commita078a6a362ff6cf0e870141f558c62fc24cb214f (patch)
treefa63c017ddbf5547ee3621f3addd8811d3642fca /www/w3c-httpd
parentdca7dabc6d5ff785789028264c65b9d6c076fcc9 (diff)
downloadfreebsd-ports-gnome-a078a6a362ff6cf0e870141f558c62fc24cb214f.tar.gz
freebsd-ports-gnome-a078a6a362ff6cf0e870141f558c62fc24cb214f.tar.zst
freebsd-ports-gnome-a078a6a362ff6cf0e870141f558c62fc24cb214f.zip
install depends on build!
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
index 7d041d34c157..aad96f0d49c2 100644
--- a/www/w3c-httpd/Makefile
+++ b/www/w3c-httpd/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: pst
#
-# $Id: Makefile,v 1.2 1995/04/01 12:47:46 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/15 05:41:21 asami Exp $
#
DISTNAME= WWW
@@ -14,7 +14,7 @@ CATEGORIES+= networking
WWW_ROOT= ${PREFIX}/www
-install:
+install: build
-mkdir ${WWW_ROOT} \
${WWW_ROOT}/data ${WWW_ROOT}/cgi-bin ${WWW_ROOT}/htbin
cd ${WRKSRC}/server_root; pax -rw * ${WWW_ROOT}