diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 06:01:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 06:01:17 +0800 |
commit | 2f4d208256f1a90e432451b4d37cad0a31121efa (patch) | |
tree | 010f5ac3d2483f9213b045ffba408970ec6d6f87 /audio | |
parent | 88340be22cb795fbdda6c3186a0519777c9942f4 (diff) | |
download | freebsd-ports-gnome-2f4d208256f1a90e432451b4d37cad0a31121efa.tar.gz freebsd-ports-gnome-2f4d208256f1a90e432451b4d37cad0a31121efa.tar.zst freebsd-ports-gnome-2f4d208256f1a90e432451b4d37cad0a31121efa.zip |
Support stage
disable docs as it is not stage friendly
Diffstat (limited to 'audio')
-rw-r--r-- | audio/taglib-sharp/Makefile | 9 | ||||
-rw-r--r-- | audio/taglib-sharp/pkg-plist | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/audio/taglib-sharp/Makefile b/audio/taglib-sharp/Makefile index 65af2d625b90..43baeb47d42d 100644 --- a/audio/taglib-sharp/Makefile +++ b/audio/taglib-sharp/Makefile @@ -2,6 +2,7 @@ PORTNAME= taglib-sharp PORTVERSION= 2.0.3.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ @@ -15,16 +16,12 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|} GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig -NO_STAGE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ VERSIONSUFX="db62eba44689b5b0" +CONFIGURE_ARGS= --disable-docs + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-docs -.endif - .include <bsd.port.post.mk> diff --git a/audio/taglib-sharp/pkg-plist b/audio/taglib-sharp/pkg-plist index f832c5c19333..7c6ba0732b6a 100644 --- a/audio/taglib-sharp/pkg-plist +++ b/audio/taglib-sharp/pkg-plist @@ -3,9 +3,6 @@ lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__%%VERSIONSUFX%%/policy.2.0.taglib- lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%%/taglib-sharp.dll lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%%/taglib-sharp.dll.mdb lib/mono/taglib-sharp/taglib-sharp.dll -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.source -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.tree -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.zip libdata/pkgconfig/taglib-sharp.pc @dirrm lib/mono/taglib-sharp @dirrm lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%% |