summaryrefslogtreecommitdiff
path: root/games/xmine/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/xmine/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/xmine/Makefile')
-rw-r--r--games/xmine/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile
index 7073069c2f90..c2b0e2d6d4e7 100644
--- a/games/xmine/Makefile
+++ b/games/xmine/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.9 1996/06/03 02:17:18 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $
#
DISTNAME= xmine-1.0.3-Xaw
@@ -13,8 +13,9 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
-LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
+LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
+MAN1= xmine.1
.include <bsd.port.mk>