Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:23:52 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343973 - head/devel/bunny
Message-ID:  <201402121923.s1CJNqZe046247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 12 19:23:51 2014
New Revision: 343973
URL: http://svnweb.freebsd.org/changeset/ports/343973
QAT: https://qat.redports.org/buildarchive/r343973/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/devel/bunny/Makefile

Modified: head/devel/bunny/Makefile
==============================================================================
--- head/devel/bunny/Makefile	Wed Feb 12 19:23:47 2014	(r343972)
+++ head/devel/bunny/Makefile	Wed Feb 12 19:23:51 2014	(r343973)
@@ -31,10 +31,7 @@ do-install:
 .for f in ${PLIST_FILES}
 	${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${STAGEDIR}${PREFIX}/bin
 .endfor
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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