svn commit: r354935 - head/sysutils/squashfs-tools

Renato Botelho garga at FreeBSD.org
Fri May 23 11:49:49 UTC 2014


Author: garga
Date: Fri May 23 11:49:49 2014
New Revision: 354935
URL: http://svnweb.freebsd.org/changeset/ports/354935
QAT: https://qat.redports.org/buildarchive/r354935/

Log:
  Fix installation without DOCS, missed when I added stage support
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/squashfs-tools/Makefile

Modified: head/sysutils/squashfs-tools/Makefile
==============================================================================
--- head/sysutils/squashfs-tools/Makefile	Fri May 23 11:47:48 2014	(r354934)
+++ head/sysutils/squashfs-tools/Makefile	Fri May 23 11:49:49 2014	(r354935)
@@ -29,10 +29,8 @@ USES=		gmake
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	ACKNOWLEDGEMENTS CHANGES COPYING \
 		PERFORMANCE.README README README-${PORTVERSION}
-.endif
 
 .if ${PORT_OPTIONS:MXZ}
 MAKE_ARGS+=	XZ_SUPPORT=1


More information about the svn-ports-all mailing list