svn commit: r356180 - head/graphics/xfig

Guido Falsi madpilot at FreeBSD.org
Sun Jun 1 21:47:31 UTC 2014


Author: madpilot
Date: Sun Jun  1 21:47:31 2014
New Revision: 356180
URL: http://svnweb.freebsd.org/changeset/ports/356180
QAT: https://qat.redports.org/buildarchive/r356180/

Log:
  - Fix packaging when DOCS option is disabled
  
  Reported by:	kargl@
  Approved by:	Matthew Luckie <mjl at luckie.org.nz> (Maintainer)

Modified:
  head/graphics/xfig/Makefile

Modified: head/graphics/xfig/Makefile
==============================================================================
--- head/graphics/xfig/Makefile	Sun Jun  1 21:46:06 2014	(r356179)
+++ head/graphics/xfig/Makefile	Sun Jun  1 21:47:31 2014	(r356180)
@@ -24,6 +24,7 @@ USES=		imake
 USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
 USE_CSTD=	gnu89
 CFLAGS+=	-Wno-return-type
+INSTALL_TARGET=	install install.libs
 
 MAKE_ENV+=	DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR}
 MAKE_ARGS+=	INSTALLFLAGS="${COPY}" \
@@ -38,7 +39,7 @@ I18N_DESC=	I18N support and Japanese doc
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-INSTALL_TARGET=	install install.libs install.html
+INSTALL_TARGET+=	install.html
 .endif
 
 .if ! ${PORT_OPTIONS:MI18N} || ! ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list