diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 11:42:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 11:42:00 +0000 |
commit | 93ee51481e512dd501d2ae67bdb7c6042b1d0c67 (patch) | |
tree | 68842a9aa904907262526e3fde01037ec178df05 /games | |
parent | 5b68ed1be74b299166cc483fde40635ccbcbf642 (diff) | |
download | ports-93ee51481e512dd501d2ae67bdb7c6042b1d0c67.tar.gz ports-93ee51481e512dd501d2ae67bdb7c6042b1d0c67.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xjewel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 24b1acd168f6..74d9e3864585 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/04/21 01:21:34 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/24 09:10:22 asami Exp $ # DISTNAME= xjewel-1.6 @@ -19,11 +19,10 @@ pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib/xjewel.font @mkdir -p ${PREFIX}/man/man6 - @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) @(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \ ${PREFIX}/lib/xjewel.font) -do-install: +post-install: @(mv ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \ echo "#!/bin/sh" >${PREFIX}/bin/xjewel; \ echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \ |