diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-27 19:44:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-27 19:44:49 +0000 |
commit | 7f19ed2c2efdc5367d9aca4291decb54b3a24641 (patch) | |
tree | 02fbe55c1118b52ba4fde17f674459c1f83a1e52 /audio/cmus | |
parent | 2b85ab53d12b436d93b1f17209486cc5fe86ea7f (diff) | |
download | pkgsrc-7f19ed2c2efdc5367d9aca4291decb54b3a24641.tar.gz |
pkglint cleanup.
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 | ||||
-rw-r--r-- | audio/cmus/Makefile.common | 5 |
2 files changed, 5 insertions, 4 deletions
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" - |