diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 09:10:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 09:10:36 +0000 |
commit | 069e6920d085179b12d74355adef0df7a9051701 (patch) | |
tree | c4953660980d7d4e0e1cce61400fbf99099778f4 /www/w3c-httpd | |
parent | b93566a1001b5dc59b0c795a880373d85c9fc60a (diff) | |
download | ports-069e6920d085179b12d74355adef0df7a9051701.tar.gz ports-069e6920d085179b12d74355adef0df7a9051701.zip |
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Notes
Notes:
svn path=/head/; revision=1514
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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> |