summaryrefslogtreecommitdiff
path: root/audio/xmmix/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-01-15 11:39:10 +0000
committeragc <agc>1998-01-15 11:39:10 +0000
commit17e6851c0f4355b1be10ec22d9dd6f1d52c907e0 (patch)
treee29f8c55b46ae83095c99cc9694e4abde0515c0f /audio/xmmix/Makefile
parentffce9bd5dbdf88a153510725b33f9b1020355152 (diff)
downloadpkgsrc-17e6851c0f4355b1be10ec22d9dd6f1d52c907e0.tar.gz
This package installs a pre-formatted man page, not an unformatted
one, so change the Makfile definition from MAN1 to CAT1. Fixes a problem pointed out by Charles Hannum.
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r--audio/xmmix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index a06546fb8b5..4ef45db532a 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/10/29 00:40:28 augustss Exp $
+# $NetBSD: Makefile,v 1.3 1998/01/15 11:39:10 agc Exp $
# New ports collection makefile for: xmmix
# Version required: 1.2-pl2
# Date created: 97-10-24
@@ -14,6 +14,6 @@ MAINTAINER= augustss@cs.chalmers.se
USE_IMAKE= yes
REQUIRES_MOTIF= yes
-MAN1= xmmix.1
+CAT1= xmmix.0
.include <bsd.port.mk>