Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 09:03:39 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338427 - head/security/steghide
Message-ID:  <201401020903.s0293dqO008426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401020903.s0293dqO008426>