svn commit: r344061 - head/mail/isync

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:41 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:39:39 2014
New Revision: 344061
URL: http://svnweb.freebsd.org/changeset/ports/344061
QAT: https://qat.redports.org/buildarchive/r344061/

Log:
  Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
  afterwards.
  
  Encouraged by:	mat

Modified:
  head/mail/isync/Makefile

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Thu Feb 13 09:39:34 2014	(r344060)
+++ head/mail/isync/Makefile	Thu Feb 13 09:39:39 2014	(r344061)
@@ -27,8 +27,6 @@ OPTIONS_DEFINE=	DOCS
 # does not compile
 PORTSCOUT=	skipv:1.1.0
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
 


More information about the svn-ports-head mailing list