diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:21:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:21:16 +0000 |
commit | ca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch) | |
tree | fa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/xjewel | |
parent | ee38b3ca7baebb3db99c989e4bd4cca91e36d7d7 (diff) | |
download | ports-ca676ef208db3bfcad72d2cd028d4f2c8d312702.tar.gz ports-ca676ef208db3bfcad72d2cd028d4f2c8d312702.zip |
Notes
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 58c72e7898f8..6573ac94e598 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,13 +3,14 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 00:20:36 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 02:00:37 jmz Exp $ # DISTNAME= xjewel-1.6 CATEGORIES+= games MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ DISTFILES= xjewel-1.6.tar.z + MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes @@ -22,11 +23,11 @@ pre-install: @(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \ ${PREFIX}/lib/xjewel.font) -.include <bsd.port.mk> - -install: +do-install: @(mv ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \ echo "#!/bin/sh" >${PREFIX}/bin/xjewel; \ echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \ echo "xjewel_" >>${PREFIX}/bin/xjewel; \ chmod ugo+x ${PREFIX}/bin/xjewel) + +.include <bsd.port.mk> |