diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 06:36:27 +0800 |
commit | 70e3daab122c5274e375af28dd3794327b04d227 (patch) | |
tree | 35465bac4edf6a51d6992ad727901b03ee4f53bb /audio | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.gz freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.tar.zst freebsd-ports-gnome-70e3daab122c5274e375af28dd3794327b04d227.zip |
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alienwah/Makefile | 2 | ||||
-rw-r--r-- | audio/ladspa/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-ladspa/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-mailnotify/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/alienwah/Makefile b/audio/alienwah/Makefile index ed5bcd536e02..f3dcdd8350d5 100644 --- a/audio/alienwah/Makefile +++ b/audio/alienwah/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/alienwah/ MAINTAINER= ports@FreeBSD.org -COMMENT= "Paul Nasca's AlienWah LADSPA Plugin" +COMMENT= Paul Nasca's AlienWah LADSPA Plugin BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 67874e9c177e..1342fb41d187 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -13,7 +13,7 @@ DISTNAME= ladspa_sdk_${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= arved@FreeBSD.org -COMMENT= "Linux Audio Developer's Simple Plugin API" +COMMENT= Linux Audio Developer's Simple Plugin API WRKSRC= ${WRKDIR}/ladspa_sdk USE_GMAKE= yes diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 9aa00f9ead3d..b98326d55fd1 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= arved DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org -COMMENT= "XMMS Plugin that provides LADSPA Plugins to XMMS" +COMMENT= XMMS Plugin that provides LADSPA Plugins to XMMS BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile index b6c777fc584f..44d8102ffe10 100644 --- a/audio/xmms-mailnotify/Makefile +++ b/audio/xmms-mailnotify/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved MAINTAINER= arved@FreeBSD.org -COMMENT= "XMMS plugin, that plays a sound on incoming mail and opens the MUA" +COMMENT= XMMS plugin, that plays a sound on incoming mail and opens the MUA LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms |