pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio pkglint cleanup.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05b211052e4f
branches:  trunk
changeset: 398270:05b211052e4f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 27 19:44:49 2009 +0000

description:
pkglint cleanup.

diffstat:

 audio/cmus-unofficial/Makefile |  5 ++---
 audio/cmus/Makefile            |  4 ++--
 audio/cmus/Makefile.common     |  5 +++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 617e065213ef -r 05b211052e4f audio/cmus-unofficial/Makefile
--- a/audio/cmus-unofficial/Makefile    Thu Aug 27 19:42:50 2009 +0000
+++ b/audio/cmus-unofficial/Makefile    Thu Aug 27 19:44:49 2009 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/08/17 14:24:32 ahoka Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/27 19:44:49 wiz Exp $
 #
 
 DISTNAME=              cmus-unofficial-20090605
 CATEGORIES=            audio
 MASTER_SITES=          http://irkmaffia.com/~replaced/dist/
-EXTRACT_SUFX=          .tar.gz
 
 MAINTAINER=            ahoka%NetBSD.org@localhost
 HOMEPAGE=              http://github.com/JasonWoof/cmus-unofficial/
@@ -14,4 +13,4 @@
 WRKSRC=                        ${WRKDIR}/cmus-unofficial
 
 .include "options.mk"
-.include "../cmus/Makefile.common"
\ No newline at end of file
+.include "../../audio/cmus/Makefile.common"
diff -r 617e065213ef -r 05b211052e4f audio/cmus/Makefile
--- a/audio/cmus/Makefile       Thu Aug 27 19:42:50 2009 +0000
+++ b/audio/cmus/Makefile       Thu Aug 27 19:44:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/08/17 14:21:42 ahoka Exp $
+# $NetBSD: Makefile,v 1.20 2009/08/27 19:44:49 wiz Exp $
 #
 
 DISTNAME=              cmus-2.2.0
@@ -14,4 +14,4 @@
 CONFLICTS+=            cmus-unofficial-[0-9]*
 
 .include "options.mk"
-.include "../cmus/Makefile.common"
\ No newline at end of file
+.include "../../audio/cmus/Makefile.common"
diff -r 617e065213ef -r 05b211052e4f audio/cmus/Makefile.common
--- a/audio/cmus/Makefile.common        Thu Aug 27 19:42:50 2009 +0000
+++ b/audio/cmus/Makefile.common        Thu Aug 27 19:44:49 2009 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2009/08/17 14:21:42 ahoka Exp $
+# $NetBSD: Makefile.common,v 1.3 2009/08/27 19:44:49 wiz Exp $
 #
+# used by audio/cmus/Makefile
+# used by audio/cmus-unofficial/Makefile
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -30,4 +32,3 @@
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
-



Home | Main Index | Thread Index | Old Index