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/linemode | |
parent | Move call of fake-pkg from do-install to end of install. (diff) |
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/linemode')
-rw-r--r-- | www/linemode/Makefile | 3 |
1 files changed, 1 insertions, 2 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> |