diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-10 23:32:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-10 23:32:18 +0800 |
commit | 8f58d265b10561e12a26bb5a4aa777effd212786 (patch) | |
tree | 2dd8eb738842764929af07407e8747a1d714afec | |
parent | 8df653a5972d80a7c5155f5553755ffae0f909a0 (diff) | |
download | freebsd-ports-gnome-8f58d265b10561e12a26bb5a4aa777effd212786.tar.gz freebsd-ports-gnome-8f58d265b10561e12a26bb5a4aa777effd212786.tar.zst freebsd-ports-gnome-8f58d265b10561e12a26bb5a4aa777effd212786.zip |
Remove now useless post-patch
-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> |