diff options
author | agc <agc> | 1998-01-15 11:39:10 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-15 11:39:10 +0000 |
commit | 8f919c501a9a9ea8e55eb1024597ed94f55bc700 (patch) | |
tree | e29f8c55b46ae83095c99cc9694e4abde0515c0f /audio/xmmix | |
parent | ca83169f1724bad6af1a6db33d30ede4ffb6bde7 (diff) | |
download | pkgsrc-8f919c501a9a9ea8e55eb1024597ed94f55bc700.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')
-rw-r--r-- | audio/xmmix/Makefile | 4 |
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> |