diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-05-25 08:07:40 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-05-25 08:07:40 +0000 |
commit | 1e6b461ff9c190f05ea9a926d0ababe33fd15083 (patch) | |
tree | 89e99c17324748d4d5060c56995af8b19d643a78 /textproc | |
parent | a93a35b6ef01426dde9d5488c06a5c084b581ef6 (diff) |
Don't create empty INCLUDEDIR during install.
Notes
Notes:
svn path=/head/; revision=274613
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 2 |
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> |