pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmix Use imake variables to correctly select the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/398a743d8f86
branches:  trunk
changeset: 502577:398a743d8f86
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 06 23:58:05 2005 +0000

description:
Use imake variables to correctly select the man page in the PLIST.
Bump revision.

diffstat:

 audio/xmix/Makefile |  3 ++-
 audio/xmix/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e7649f5a2c3b -r 398a743d8f86 audio/xmix/Makefile
--- a/audio/xmix/Makefile       Sun Nov 06 23:54:46 2005 +0000
+++ b/audio/xmix/Makefile       Sun Nov 06 23:58:05 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2005/10/31 16:45:46 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/11/06 23:58:05 joerg Exp $
 
 DISTNAME=              xmix-2.1
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
 
diff -r e7649f5a2c3b -r 398a743d8f86 audio/xmix/PLIST
--- a/audio/xmix/PLIST  Sun Nov 06 23:54:46 2005 +0000
+++ b/audio/xmix/PLIST  Sun Nov 06 23:58:05 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:18:20 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/11/06 23:58:05 joerg Exp $
 bin/xmix
 lib/X11/app-defaults/XMix
-man/cat1/xmix.0
+${IMAKE_MAN_DIR}/xmix.${IMAKE_MANNEWSUFFIX}



Home | Main Index | Thread Index | Old Index