diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-13 22:44:03 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-13 22:44:03 +0000 |
commit | 37ba24c39d107a64451dacca8ae6f4318cdd0bc9 (patch) | |
tree | 899fea582f4d32587e1458eea034bd43f530b94e | |
parent | 4b79f9db43906b05b51b6d419f5c0715dd556f6f (diff) | |
download | FreeBSD-ports-37ba24c39d107a64451dacca8ae6f4318cdd0bc9.zip FreeBSD-ports-37ba24c39d107a64451dacca8ae6f4318cdd0bc9.tar.gz |
- Comment out DOCS related stuff, it doesn't create or add anything to DOCSDIR
- Do not try to remove a directory belonging to gnomehier
Reported by: pkg-fallout
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 16 | ||||
-rw-r--r-- | audio/mp3splt-gtk/pkg-plist | 1 |
2 files changed, 6 insertions, 11 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index fec06d5..8fa79fa 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -33,21 +33,17 @@ CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \ --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest \ --disable-gtk3 -PORTDOCS= * +#PORTDOCS= * -OPTIONS_DEFINE= DOCS NLS +#OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -LIB_DEPENDS+= libgvc.so:${PORTSDIR}/graphics/graphviz -BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -.else -CONFIGURE_ARGS+= --disable-doxygen-doc -.endif +#DOCS_LIB_DEPENDS= libgvc.so:${PORTSDIR}/graphics/graphviz +#DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +#DOCS_CONFIGURE_OFF= --disable-doxygen-doc .include <bsd.port.mk> diff --git a/audio/mp3splt-gtk/pkg-plist b/audio/mp3splt-gtk/pkg-plist index 9f852e1..b808641 100644 --- a/audio/mp3splt-gtk/pkg-plist +++ b/audio/mp3splt-gtk/pkg-plist @@ -78,7 +78,6 @@ share/omf/mp3splt-gtk/mp3splt-gtk-ru_RU.omf share/pixmaps/mp3splt-gtk.png share/pixmaps/mp3splt-gtk_ico.svg @dirrmtry share/omf/mp3splt-gtk -@dirrmtry share/omf @dirrm %%DATADIR%% @dirrm share/gnome/help/mp3splt-gtk/ru_RU/figures @dirrm share/gnome/help/mp3splt-gtk/ru_RU |