diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:34:34 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:34:34 +0800 |
commit | 5b13a04b22816bd821eaf26bdca05f47098e401b (patch) | |
tree | 2baea1f4d00377bbfce5baa591896403ae85367f /graphics | |
parent | e2ac7036ecba575bac01d8ac7c4c4c6a347a5fcc (diff) | |
download | freebsd-ports-gnome-5b13a04b22816bd821eaf26bdca05f47098e401b.tar.gz freebsd-ports-gnome-5b13a04b22816bd821eaf26bdca05f47098e401b.tar.zst freebsd-ports-gnome-5b13a04b22816bd821eaf26bdca05f47098e401b.zip |
- cleanup
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index fcfbee3d88d2..222402d3117f 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-shared --enable-static USE_LDCONFIG= yes -OPTIONS_DEFINE= OPENGL UUID DOCS +OPTIONS_DEFINE= OPENGL UUID DOCS UUID_DESC= UUID support (required by GDAL) .include <bsd.port.options.mk> @@ -39,10 +39,8 @@ PLIST_SUB+= OPENGL="@comment " EXTRA_PATCHES+= ${FILESDIR}/uuid.patch .endif -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |