svn commit: r447670 - head/lang/jimtcl

Pietro Cerutti gahr at FreeBSD.org
Thu Aug 10 09:54:01 UTC 2017


Author: gahr
Date: Thu Aug 10 09:54:00 2017
New Revision: 447670
URL: https://svnweb.freebsd.org/changeset/ports/447670

Log:
  lang/jimtcl: remove UNSET=DOCS, default is fine for packages
  
  Reported by:	bapt

Modified:
  head/lang/jimtcl/Makefile

Modified: head/lang/jimtcl/Makefile
==============================================================================
--- head/lang/jimtcl/Makefile	Thu Aug 10 09:47:14 2017	(r447669)
+++ head/lang/jimtcl/Makefile	Thu Aug 10 09:54:00 2017	(r447670)
@@ -21,7 +21,6 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--enable-utf8 \
 		--enable-shared
 
-UNSET=			DOCS
 OPTIONS_DEFINE=		DOCS
 DOCS_CONFIGURE_ENABLE=	docs
 DOCS_CONFIGURE_ON=	--docdir=${DOCSDIR}


More information about the svn-ports-all mailing list