Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 13:00:28 +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: r395951 - head/sysutils/dar
Message-ID:  <201509031300.t83D0SH5044486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  3 13:00:27 2015
New Revision: 395951
URL: https://svnweb.freebsd.org/changeset/ports/395951

Log:
  - Fix build with DOCS: don't exclude doc from SUBDIRS as etc/darrc comes from there; actual installation of DOCS is still handled in plist
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/dar/Makefile

Modified: head/sysutils/dar/Makefile
==============================================================================
--- head/sysutils/dar/Makefile	Thu Sep  3 12:57:12 2015	(r395950)
+++ head/sysutils/dar/Makefile	Thu Sep  3 13:00:27 2015	(r395951)
@@ -36,8 +36,6 @@ LZO_CONFIGURE_OFF=	--disable-liblzo2-lin
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|(char \*\*) \(\&inptr,\)|\1| ; \
@@ -45,8 +43,5 @@ post-patch:
 	@${FIND} ${WRKSRC}/doc -name "Makefile.in" | ${XARGS} \
 		${REINPLACE_CMD} -e \
 		's|$$(pkgdatadir)|$$(docdir)|g'
-.if !${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e 's|src doc|src|' ${WRKSRC}/Makefile.in
-.endif
 
 .include <bsd.port.mk>



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