aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-05-25 08:07:40 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-05-25 08:07:40 +0000
commit1e6b461ff9c190f05ea9a926d0ababe33fd15083 (patch)
tree89e99c17324748d4d5060c56995af8b19d643a78 /textproc/mdocml
parenta93a35b6ef01426dde9d5488c06a5c084b581ef6 (diff)
downloadports-1e6b461ff9c190f05ea9a926d0ababe33fd15083.tar.gz
ports-1e6b461ff9c190f05ea9a926d0ababe33fd15083.zip
Don't create empty INCLUDEDIR during install.
Notes
Notes: svn path=/head/; revision=274613
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index f5779bc4cad4..750ce2d4065d 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -23,7 +23,7 @@ EXAMPLESDIR_REL=share/examples/mandoc
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
- -e '/INSTALL_LIB/d' -e '/LIBDIR/d' \
+ -e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \
${WRKSRC}/Makefile
.include <bsd.port.mk>