Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 11:30:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396368 - head/www/wsmake
Message-ID:  <201509081130.t88BU8OC049217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 11:30:07 2015
New Revision: 396368
URL: https://svnweb.freebsd.org/changeset/ports/396368

Log:
  - Install info and man pages regardless of DOCS; real docs are still conditional

Modified:
  head/www/wsmake/Makefile
  head/www/wsmake/pkg-plist

Modified: head/www/wsmake/Makefile
==============================================================================
--- head/www/wsmake/Makefile	Tue Sep  8 11:30:05 2015	(r396367)
+++ head/www/wsmake/Makefile	Tue Sep  8 11:30:07 2015	(r396368)
@@ -16,14 +16,8 @@ USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-gwsmake=no --enable-iswmake=no
 
-OPTIONS_DEFINE=	DOCS
-
-.include <bsd.port.options.mk>
+INFO=		wsmake iwsmake gwsmake
 
-.if ${PORT_OPTIONS:MDOCS}
-INFO=	wsmake iwsmake gwsmake
-.else
-CONFIGURE_ARGS+=	--enable-docs=no
-.endif
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>

Modified: head/www/wsmake/pkg-plist
==============================================================================
--- head/www/wsmake/pkg-plist	Tue Sep  8 11:30:05 2015	(r396367)
+++ head/www/wsmake/pkg-plist	Tue Sep  8 11:30:07 2015	(r396368)
@@ -10,4 +10,4 @@ bin/wsmake
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/TODO
 %%PORTDOCS%%%%DOCSDIR%%/THANKS
-%%PORTDOCS%%man/man1/wsmake.1.gz
+man/man1/wsmake.1.gz



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