diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
commit | d211d15440acc7fb851503f7f2e09fa7c14985c5 (patch) | |
tree | 3aeffc9c0db2e54a014030da57d0e588b13408af /games/xoids/Makefile | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) | |
download | ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.tar.gz ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.zip |
Notes
Diffstat (limited to 'games/xoids/Makefile')
-rw-r--r-- | games/xoids/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 2e6da9f6f41b..50e0e9a965e5 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/04/27 05:01:10 mph Exp $ +# $Id: Makefile,v 1.2 1998/07/27 23:25:12 asami Exp $ # DISTNAME= xoids-1.5 @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes MAN6= xoids.6 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xoids ${PREFIX}/bin |