Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 04:34:34 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398804 - head/graphics/jasper
Message-ID:  <201510080434.t984YYZN001334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Oct  8 04:34:34 2015
New Revision: 398804
URL: https://svnweb.freebsd.org/changeset/ports/398804

Log:
  - cleanup

Modified:
  head/graphics/jasper/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Thu Oct  8 04:32:29 2015	(r398803)
+++ head/graphics/jasper/Makefile	Thu Oct  8 04:34:34 2015	(r398804)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510080434.t984YYZN001334>