svn commit: r332822 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Tue Nov 5 08:56:51 UTC 2013


Author: ehaupt
Date: Tue Nov  5 08:56:50 2013
New Revision: 332822
URL: http://svnweb.freebsd.org/changeset/ports/332822

Log:
  Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook.

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Tue Nov  5 08:16:11 2013	(r332821)
+++ head/net/rsync/Makefile	Tue Nov  5 08:56:50 2013	(r332822)
@@ -29,7 +29,7 @@ CONFIGURE_ARGS=	--disable-debug --enable
 PORTDOCS=	NEWS README csprotocol.txt tech_report.tex
 
 # define options
-OPTIONS_DEFINE=		POPT_PORT ZLIB_BASE SSH ICONV
+OPTIONS_DEFINE=		DOCS POPT_PORT ZLIB_BASE SSH ICONV
 OPTIONS_RADIO=		PTS
 OPTIONS_RADIO_PTS=	TIMELIMIT RENAMED FLAGS RENFL ATIMES ACL
 


More information about the svn-ports-head mailing list