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 /games | |
parent | b93566a1001b5dc59b0c795a880373d85c9fc60a (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 'games')
-rw-r--r-- | games/jetpack/Makefile | 3 | ||||
-rw-r--r-- | games/xjewel/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 481d8f04372f..45c59b7409c1 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1995/04/20 18:20:55 asami Exp $ +# $Id: Makefile,v 1.12 1995/04/21 01:21:26 asami Exp $ # DISTNAME= jetpack @@ -22,6 +22,5 @@ do-install: @chmod u+s ${PREFIX}/bin/jetpack @chown games ${PREFIX}/lib/X11/jetpack @chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 - @${MAKE} ${.MAKEFLAGS} fake-pkg .include <bsd.port.mk> diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index efffc7e962ef..24b1acd168f6 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/20 18:21:08 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/21 01:21:34 asami Exp $ # DISTNAME= xjewel-1.6 @@ -29,6 +29,5 @@ do-install: echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \ echo "xjewel_" >>${PREFIX}/bin/xjewel; \ chmod ugo+x ${PREFIX}/bin/xjewel) - @${MAKE} ${.MAKEFLAGS} fake-pkg .include <bsd.port.mk> |