diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 13:00:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 13:00:27 +0000 |
commit | 1eafcf7b01ecd5cbc34f0d16ba5387ecc5d57264 (patch) | |
tree | c53a1080dcb7ef59b55e8d72f6aaa794742b4601 | |
parent | - Switch to options helpers (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=395951
-rw-r--r-- | sysutils/dar/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 306084cc9383..8133211b4884 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -36,8 +36,6 @@ LZO_CONFIGURE_OFF= --disable-liblzo2-linking 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> |