diff options
author | jschauma <jschauma> | 2003-02-25 02:22:28 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-02-25 02:22:28 +0000 |
commit | 9fc1844d1687749a4c21714c4450968c4e47de0d (patch) | |
tree | d3bf70800bc4d56fb44536ff22dedc3dfc6373bc /audio/xmmix/Makefile | |
parent | b53aace5e33bdbd8ca4c59921d137ea2f60d75c5 (diff) | |
download | pkgsrc-9fc1844d1687749a4c21714c4450968c4e47de0d.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index f740e08a5ef..11d43fda549 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2002/10/08 12:30:57 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2003/02/25 02:22:29 jschauma Exp $ # FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp # DISTNAME= xmmix-1.2 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmmix-1.2/src/ |