diff options
author | frueauf <frueauf> | 1998-05-28 08:29:42 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-28 08:29:42 +0000 |
commit | 1011408649e4cf75f1bd1478a3db9a5f78d8a90f (patch) | |
tree | 1d85ccf4a03f3804486c82b1edf25312693de551 /x11/xneko | |
parent | a7fb7578af0202a043b1dfcb182c67ff42a3afcc (diff) | |
download | pkgsrc-1011408649e4cf75f1bd1478a3db9a5f78d8a90f.tar.gz |
Make this work with MANZ set.
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/Makefile | 5 | ||||
-rw-r--r-- | x11/xneko/patches/patch-aa | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index 73e62d64941..80f57713a6a 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/05/28 08:29:42 frueauf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp # @@ -13,6 +13,7 @@ USE_X11= yes IGNOREFILES= ${DISTFILES} WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko -MAN6= xneko.6 +# Do not list MAN/CAT pages here. It will confuse if MANZ is set. +# The pkg uses BSD-style-Makefiles itself, so it does the right thing. .include "../../mk/bsd.pkg.mk" diff --git a/x11/xneko/patches/patch-aa b/x11/xneko/patches/patch-aa index 4456c9a48c6..6e92c7591bd 100644 --- a/x11/xneko/patches/patch-aa +++ b/x11/xneko/patches/patch-aa @@ -1,6 +1,6 @@ --- Makefile.orig Tue Jun 1 03:46:11 1993 -+++ Makefile Wed Feb 18 00:38:04 1998 -@@ -1,8 +1,16 @@ ++++ Makefile Thu May 28 10:08:17 1998 +@@ -1,8 +1,17 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= xneko @@ -14,6 +14,7 @@ +LDADD+= -L${X11BASE}/lib -lX11 -lm + +MANDIR= ${X11BASE}/man ++MANINSTALL= catinstall maninstall + +BINOWN= bin +BINDIR= ${X11BASE}/bin |