diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 09:10:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 09:10:36 +0000 |
commit | ff76881943346705e0cb66b51f3dd8b9893c304d (patch) | |
tree | a66e68c6fafd24c0e9f1fa5b6ce0b81cea1677ae /games/xjewel | |
parent | 86ed0f357eeb50b365a1191ae658b2031ee6aa94 (diff) | |
download | FreeBSD-ports-ff76881943346705e0cb66b51f3dd8b9893c304d.zip FreeBSD-ports-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.gz |
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index efffc7e..24b1acd 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> |