aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-24 17:10:36 +0800
committerasami <asami@FreeBSD.org>1995-04-24 17:10:36 +0800
commitff76881943346705e0cb66b51f3dd8b9893c304d (patch)
treea66e68c6fafd24c0e9f1fa5b6ce0b81cea1677ae /www
parent86ed0f357eeb50b365a1191ae658b2031ee6aa94 (diff)
downloadfreebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.gz
freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.zst
freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.zip
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Diffstat (limited to 'www')
-rw-r--r--www/linemode/Makefile3
-rw-r--r--www/w3c-httpd/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile
index b14147f14966..bfe351014e5f 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: Makefile,v 1.1.1.1 1995/04/17 05:58:40 asami Exp $
+# $Id: Makefile,v 1.2 1995/04/22 12:29:46 asami Exp $
#
DISTNAME= WWW
@@ -18,6 +18,5 @@ PATCH_STRIP= -p1
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 8f1d51dce2d8..8998c1fe38a1 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.4 1995/04/17 07:56:09 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/22 12:29:38 asami Exp $
#
DISTNAME= WWW
@@ -28,6 +28,5 @@ do-install:
${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>