svn commit: r338427 - head/security/steghide

Tilman Keskinoz arved at FreeBSD.org
Thu Jan 2 09:03:40 UTC 2014


Author: arved
Date: Thu Jan  2 09:03:39 2014
New Revision: 338427
URL: http://svnweb.freebsd.org/changeset/ports/338427

Log:
  Fix installation of PORTDOCS

Modified:
  head/security/steghide/Makefile

Modified: head/security/steghide/Makefile
==============================================================================
--- head/security/steghide/Makefile	Thu Jan  2 08:47:52 2014	(r338426)
+++ head/security/steghide/Makefile	Thu Jan  2 09:03:39 2014	(r338427)
@@ -24,8 +24,6 @@ CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib 
 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


More information about the svn-ports-all mailing list