Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:24:39 +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: r343984 - head/net/rsync
Message-ID:  <201402121924.s1CJOdmS047139@svn.freebsd.org>

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

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

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Wed Feb 12 19:24:34 2014	(r343983)
+++ head/net/rsync/Makefile	Wed Feb 12 19:24:39 2014	(r343984)
@@ -139,10 +139,8 @@ pre-configure:
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync
 	@${INSTALL_DATA} ${FILESDIR}/rsyncd.conf.sample ${STAGEDIR}${PREFIX}/etc/
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 test: build
 	@cd ${WRKSRC} && ${MAKE} check



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