diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /games/tksol | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index b22e57210fa2..cf66c4b51a50 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,11 +3,11 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1996/03/06 08:19:59 asami Exp $ +# $Id: Makefile,v 1.4 1996/10/09 06:19:14 tg Exp $ # DISTNAME= tksol-1.0 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z @@ -17,8 +17,6 @@ RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release - -post-install: - gzip -9nf ${PREFIX}/man/man1/tksol.1 +MAN1= tksol.1 .include <bsd.port.mk> |