diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 21:00:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 21:00:27 +0800 |
commit | 3407d292d048eff9c9cfaf95cc7972a2e90ffadf (patch) | |
tree | c53a1080dcb7ef59b55e8d72f6aaa794742b4601 /sysutils | |
parent | 747257bc2a1200daef65164afd581135771922e1 (diff) | |
download | freebsd-ports-gnome-3407d292d048eff9c9cfaf95cc7972a2e90ffadf.tar.gz freebsd-ports-gnome-3407d292d048eff9c9cfaf95cc7972a2e90ffadf.tar.zst freebsd-ports-gnome-3407d292d048eff9c9cfaf95cc7972a2e90ffadf.zip |
- 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
Diffstat (limited to 'sysutils')
-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> |