summaryrefslogtreecommitdiff
path: root/games/gnuchess/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /games/gnuchess/Makefile
parentAdd $Id$. (diff)
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r--games/gnuchess/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index b9a8d6d0ae96..2a55cade70af 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -3,7 +3,7 @@
# Date created: 04 July 1996
# Whom: markm
#
-# $Id: Makefile,v 1.2 1996/07/10 02:36:38 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 10:23:11 asami Exp $
#
DISTNAME= gnuchess-4.0.pl77
@@ -17,5 +17,6 @@ HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
#CONFIGURE_SCRIPT= src/configure
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
+MAN6= game.6 gnuan.6 gnuchess.6 postprint.6
.include <bsd.port.mk>