diff options
author | uqs <uqs@FreeBSD.org> | 2011-05-25 16:07:40 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-05-25 16:07:40 +0800 |
commit | d4c253076fb8425154e422f6b9e9b9bfbd7aa16a (patch) | |
tree | 9954e1702526e47bbce0cd73dd1dc1c8c67bfd93 /textproc | |
parent | 47738d2faf9bae2a4b78b615d81c4ced9c235592 (diff) | |
download | freebsd-ports-gnome-d4c253076fb8425154e422f6b9e9b9bfbd7aa16a.tar.gz freebsd-ports-gnome-d4c253076fb8425154e422f6b9e9b9bfbd7aa16a.tar.zst freebsd-ports-gnome-d4c253076fb8425154e422f6b9e9b9bfbd7aa16a.zip |
Don't create empty INCLUDEDIR during install.
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> |