diff options
author | jschauma <jschauma> | 2003-02-25 02:22:28 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-02-25 02:22:28 +0000 |
commit | fc6eb9005b60e9e65c0b0321ebbcdf20870bb3a7 (patch) | |
tree | d3bf70800bc4d56fb44536ff22dedc3dfc6373bc /audio/xmmix | |
parent | dcf78315c0dcb31d9a800c529b72f9dcedbf9660 (diff) | |
download | pkgsrc-fc6eb9005b60e9e65c0b0321ebbcdf20870bb3a7.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 3 | ||||
-rw-r--r-- | audio/xmmix/PLIST | 4 |
2 files changed, 4 insertions, 3 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/ diff --git a/audio/xmmix/PLIST b/audio/xmmix/PLIST index 6f3af6fb73b..0e84e7d582e 100644 --- a/audio/xmmix/PLIST +++ b/audio/xmmix/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:18:22 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/25 02:22:29 jschauma Exp $ bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp -man/cat1/xmmix.0 +${IMAKE_MAN_SUFFIX}/xmmix.${IMAKE_MANNEWSUFFIX} |