From 1303a3ac5b227ec37af4b856b22a4b7beaffbb27 Mon Sep 17 00:00:00 2001 From: frueauf Date: Thu, 28 May 1998 08:29:42 +0000 Subject: Make this work with MANZ set. --- x11/xneko/Makefile | 5 +++-- x11/xneko/patches/patch-aa | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'x11/xneko') 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 -- cgit v1.2.3