summaryrefslogtreecommitdiff
path: root/games/tksol
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /games/tksol
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'games/tksol')
-rw-r--r--games/tksol/Makefile8
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>