diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 19:58:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 19:58:18 +0800 |
commit | 7b2e2138af1c4144cab5ce756747a86550a29671 (patch) | |
tree | 0d455901726a32019f332341f48520d44ddfc146 /graphics/libfreehand | |
parent | 418815776be075507543291e680cb31db544a432 (diff) | |
download | freebsd-ports-gnome-7b2e2138af1c4144cab5ce756747a86550a29671.tar.gz freebsd-ports-gnome-7b2e2138af1c4144cab5ce756747a86550a29671.tar.zst freebsd-ports-gnome-7b2e2138af1c4144cab5ce756747a86550a29671.zip |
Fix fetching
Remove the DOCS option
Diffstat (limited to 'graphics/libfreehand')
-rw-r--r-- | graphics/libfreehand/Makefile | 12 | ||||
-rw-r--r-- | graphics/libfreehand/pkg-plist | 2 |
2 files changed, 3 insertions, 11 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 699bf8083776..6bb83e30d518 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,9 +2,9 @@ PORTNAME= libfreehand PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings @@ -17,14 +17,8 @@ LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-werror +CONFIGURE_ARGS= --disable-werror --without-docs INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS - -DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -DOCS_CONFIGURE_OFF= --without-docs -PORTDOCS= * - .include <bsd.port.mk> diff --git a/graphics/libfreehand/pkg-plist b/graphics/libfreehand/pkg-plist index 606eaa0c8c67..9c88ae26fa98 100644 --- a/graphics/libfreehand/pkg-plist +++ b/graphics/libfreehand/pkg-plist @@ -6,5 +6,3 @@ lib/libfreehand-0.1.so lib/libfreehand-0.1.so.1 lib/libfreehand-0.1.so.1.0.0 libdata/pkgconfig/libfreehand-0.1.pc -@dirrm include/libfreehand-0.1/libfreehand -@dirrm include/libfreehand-0.1 |