summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/cmus-unofficial/Makefile5
-rw-r--r--audio/cmus/Makefile4
-rw-r--r--audio/cmus/Makefile.common5
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/cmus-unofficial/Makefile b/audio/cmus-unofficial/Makefile
index 0945168e36f..a2efac63c6d 100644
--- a/audio/cmus-unofficial/Makefile
+++ b/audio/cmus-unofficial/Makefile
@@ -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
HOMEPAGE= http://github.com/JasonWoof/cmus-unofficial/
@@ -14,4 +13,4 @@ CONFLICTS+= cmus-[0-9]*
WRKSRC= ${WRKDIR}/cmus-unofficial
.include "options.mk"
-.include "../cmus/Makefile.common" \ No newline at end of file
+.include "../../audio/cmus/Makefile.common"
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 3a6c933ecd5..04ddbea5b1f 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -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 @@ COMMENT= Cmus is a curses based music player with a lot of features
CONFLICTS+= cmus-unofficial-[0-9]*
.include "options.mk"
-.include "../cmus/Makefile.common" \ No newline at end of file
+.include "../../audio/cmus/Makefile.common"
diff --git a/audio/cmus/Makefile.common b/audio/cmus/Makefile.common
index 4e3112adecb..59be598f56c 100644
--- a/audio/cmus/Makefile.common
+++ b/audio/cmus/Makefile.common
@@ -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 @@ CONFIGURE_ARGS+= CONFIG_SUN=n
.include "../../mk/dlopen.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-