diff options
author | arved <arved@FreeBSD.org> | 2014-01-02 17:03:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-01-02 17:03:39 +0800 |
commit | 0f1a62a3c4622444913982e5f3c2cef99f06be67 (patch) | |
tree | 67c13dffa3d801e7788a66743b81675ec97b1638 | |
parent | 255b37a4622187a4d8fc19b5e2cab794d53b1d3a (diff) | |
download | freebsd-ports-gnome-0f1a62a3c4622444913982e5f3c2cef99f06be67.tar.gz freebsd-ports-gnome-0f1a62a3c4622444913982e5f3c2cef99f06be67.tar.zst freebsd-ports-gnome-0f1a62a3c4622444913982e5f3c2cef99f06be67.zip |
Fix installation of PORTDOCS
-rw-r--r-- | security/steghide/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 68ef1ed331dc..17817a56cd4b 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -24,8 +24,6 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive post-patch: - ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ - ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure |