summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:30:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:30:11 +0000
commitddc3f538a6b40de3bf6f9ff2da8418926ae06b5f (patch)
treea0b98d5e440da326bdaced801a13e2e1ab92d470 /www
parentSimplify the pre-install rule. This is handled by the mtree stuff now. (diff)
Update for new bsd.port.mk (target renaming).
Notes
Notes: svn path=/head/; revision=1489
Diffstat (limited to 'www')
-rw-r--r--www/linemode/Makefile5
-rw-r--r--www/w3c-httpd/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile
index 202d2eeace1c..b14147f14966 100644
--- a/www/linemode/Makefile
+++ b/www/linemode/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 April 1995
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/04/17 05:58:40 asami Exp $
#
DISTNAME= WWW
@@ -15,8 +15,9 @@ DISTFILES= WWWLineMode_3.0.tar.Z WWWLibrary_3.0.tar.Z
PATCH_STRIP= -p1
-install: build
+do-install:
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/LineMode/unix/www ${PREFIX}/bin
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
index aad96f0d49c2..8f1d51dce2d8 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.3 1995/04/15 05:41:21 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/17 07:56:09 asami Exp $
#
DISTNAME= WWW
@@ -14,7 +14,7 @@ CATEGORIES+= networking
WWW_ROOT= ${PREFIX}/www
-install: build
+do-install:
-mkdir ${WWW_ROOT} \
${WWW_ROOT}/data ${WWW_ROOT}/cgi-bin ${WWW_ROOT}/htbin
cd ${WRKSRC}/server_root; pax -rw * ${WWW_ROOT}
@@ -28,5 +28,6 @@ install: build
${WRKSRC}/Daemon/unix/cgiparse ${WWW_ROOT}/cgi-bin
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/Daemon/unix/cgiutils ${WWW_ROOT}/cgi-bin
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>