diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-28 08:29:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-28 08:29:42 +0000 |
commit | 1303a3ac5b227ec37af4b856b22a4b7beaffbb27 (patch) | |
tree | 1d85ccf4a03f3804486c82b1edf25312693de551 /x11/xneko/Makefile | |
parent | 5a16279a9ca905cd21405e8b313b9bdc44f1b24d (diff) | |
download | pkgsrc-1303a3ac5b227ec37af4b856b22a4b7beaffbb27.tar.gz |
Make this work with MANZ set.
Diffstat (limited to 'x11/xneko/Makefile')
-rw-r--r-- | x11/xneko/Makefile | 5 |
1 files changed, 3 insertions, 2 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" |