diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-03 11:33:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-03 11:33:21 +0000 |
commit | 8ea0a445575ed620d884c8b7c77c9446a29af489 (patch) | |
tree | a8f20d750fe4c4f7e18ed34be411c0c036ea3f30 /games/xmine/Makefile | |
parent | 8a6f763ea3e54f46eb59565a310220f33ce6762d (diff) |
Notes
Diffstat (limited to 'games/xmine/Makefile')
-rw-r--r-- | games/xmine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index c2b0e2d6d4e7..289f9addc08f 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/18 13:59:23 asami Exp $ # DISTNAME= xmine-1.0.3-Xaw @@ -16,6 +16,6 @@ MAINTAINER= joerg@FreeBSD.org LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d USE_IMAKE= yes -MAN1= xmine.1 +MAN6= xmine.6 .include <bsd.port.mk> |