Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:25:59 +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: r344003 - head/sysutils/watchfolder
Message-ID:  <201402121925.s1CJPxoo048674@svn.freebsd.org>

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

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

Modified:
  head/sysutils/watchfolder/Makefile

Modified: head/sysutils/watchfolder/Makefile
==============================================================================
--- head/sysutils/watchfolder/Makefile	Wed Feb 12 19:25:55 2014	(r344002)
+++ head/sysutils/watchfolder/Makefile	Wed Feb 12 19:25:59 2014	(r344003)
@@ -30,11 +30,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/watchd.conf ${STAGEDIR}${PREFIX}/etc/watchd.conf.sample
 	[ -f ${PREFIX}/etc/watchd.conf ] || \
 		${INSTALL_DATA} ${WRKSRC}/watchd.conf ${STAGEDIR}${PREFIX}/etc
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/doc/watchfolder.pdf \
 		${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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