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 | |
parent | Added ocaml. (diff) |
Have manpage installed in man6 where games belong.
and some /usr/local hardcodings --> ${PREFIX}
Notes
Notes:
svn path=/head/; revision=5191
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 4 | ||||
-rw-r--r-- | games/xmine/files/patch-ab | 26 | ||||
-rw-r--r-- | games/xmine/files/patch-ac | 8 | ||||
-rw-r--r-- | games/xmine/pkg-plist | 2 |
4 files changed, 22 insertions, 18 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> diff --git a/games/xmine/files/patch-ab b/games/xmine/files/patch-ab index 457ec6e67d37..74bf3cb18498 100644 --- a/games/xmine/files/patch-ab +++ b/games/xmine/files/patch-ab @@ -1,15 +1,11 @@ -*** Imakefile~ Mon Dec 26 12:50:19 1994 ---- Imakefile Mon Dec 26 12:53:45 1994 -*************** -*** 1,5 **** - /* if you have Xaw3d installed, you might wish to use this: */ -! #define UseXaw3d 0 - - /* for debugging: */ - /* CDEBUGFLAGS = -g -O2 */ ---- 1,5 ---- - /* if you have Xaw3d installed, you might wish to use this: */ -! #define UseXaw3d YES - - /* for debugging: */ - /* CDEBUGFLAGS = -g -O2 */ +--- Imakefile.orig Fri Jan 3 03:25:27 1997 ++++ Imakefile Fri Jan 3 03:29:04 1997 +@@ -1,5 +1,7 @@ ++MANSUFFIX=6 ++ + /* if you have Xaw3d installed, you might wish to use this: */ +-#define UseXaw3d 0 ++#define UseXaw3d YES + + /* for debugging: */ + /* CDEBUGFLAGS = -g -O2 */ diff --git a/games/xmine/files/patch-ac b/games/xmine/files/patch-ac new file mode 100644 index 000000000000..44f1f7ad6b2e --- /dev/null +++ b/games/xmine/files/patch-ac @@ -0,0 +1,8 @@ +--- xmine.man.orig Mon Mar 28 10:15:52 1994 ++++ xmine.man Fri Jan 3 03:27:40 1997 +@@ -1,4 +1,4 @@ +-.TH XMINE 1 ++.TH XMINE 6 + .SH NAME + xmine \- identify mines in a mine field without getting blown up + .SH SYNOPSIS diff --git a/games/xmine/pkg-plist b/games/xmine/pkg-plist index 05e0959837dd..e9215a64f2ae 100644 --- a/games/xmine/pkg-plist +++ b/games/xmine/pkg-plist @@ -1,3 +1,3 @@ bin/xmine lib/X11/app-defaults/Xmine -man/man1/xmine.1.gz +man/man6/xmine.6.gz |