diff options
author | agc <agc@pkgsrc.org> | 1997-11-05 13:40:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-05 13:40:16 +0000 |
commit | 3f921502a225520cca7ba86cc29725d94bf72c1c (patch) | |
tree | 879ba625c4027be24addc229ecee52d232072bc3 | |
parent | 6c9ead9d895575036fccc07caf4c754b78505024 (diff) | |
download | pkgsrc-3f921502a225520cca7ba86cc29725d94bf72c1c.tar.gz |
Use CATn= def in <bsd.port.mk> so that man page is installed correctly.
-rw-r--r-- | x11/xmascot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index fe62b383cbd..82bcec841f4 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/10/09 12:34:13 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/11/05 13:40:16 agc Exp $ # New ports collection makefile for: xmascot # Version required: 2.5p2 # Date created: 20 November 1996 @@ -18,7 +18,7 @@ OPSYS!= uname -s USE_GMAKE= yes USE_IMAKE= yes -MAN1= xmascot.1 +CAT1= xmascot.0 .if (${OPSYS} != "NetBSD") MANCOMPRESSED= yes |