diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 15:32:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 15:32:18 +0000 |
commit | 0a1ba9e2acf7bdeea8b9c2514ad0336fe3881afd (patch) | |
tree | 2dd8eb738842764929af07407e8747a1d714afec /textproc/libwpd | |
parent | 991a4a1522fe7a6a30e89b1340e139337f090331 (diff) |
Notes
Diffstat (limited to 'textproc/libwpd')
-rw-r--r-- | textproc/libwpd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 93e80e181ae5..374a9618f6dd 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -22,7 +22,4 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-docs PLIST_SUB= MAJVER=${PORTVERSION:R} -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |