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/ladspa | |
parent | 584b01268713eca5f7a87c8a81c2692dc04dd0e0 (diff) | |
download | freebsd-ports-graphics-70e3daab122c5274e375af28dd3794327b04d227.tar.gz freebsd-ports-graphics-70e3daab122c5274e375af28dd3794327b04d227.tar.zst freebsd-ports-graphics-70e3daab122c5274e375af28dd3794327b04d227.zip |
- Style: don't quote COMMENT, it looks nasty in `make describe` output
Diffstat (limited to 'audio/ladspa')
-rw-r--r-- | audio/ladspa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 67874e9c177..1342fb41d18 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 |