diff options
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/tap-plugins/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9c9987a625f..e2a367e50dc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.485 2013/05/09 00:43:37 rodent Exp $ +# $NetBSD: Makefile,v 1.486 2013/07/02 12:04:57 rodent Exp $ # COMMENT= Audio tools @@ -407,6 +407,7 @@ SUBDIR+= streamtuner SUBDIR+= sweep SUBDIR+= taglib SUBDIR+= taglib-extras +SUBDIR+= tap-plugins SUBDIR+= tcd SUBDIR+= tcl-snack SUBDIR+= terminatorx diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index 1441a2b92a5..9141f02e99f 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/07/02 12:03:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/02 12:04:57 rodent Exp $ # DISTNAME= tap-plugins-0.7.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html COMMENT= Tom's Audio Processing plugins LICENSE= gnu-gpl-v2 |