svn commit: r395951 - head/sysutils/dar

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 13:00:28 UTC 2015


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>


More information about the svn-ports-all mailing list