svn commit: r320688 - head/textproc/wdiff

Martin Wilke miwi at FreeBSD.org
Wed Jun 12 13:36:54 UTC 2013


Author: miwi
Date: Wed Jun 12 13:36:54 2013
New Revision: 320688
URL: http://svnweb.freebsd.org/changeset/ports/320688

Log:
  - Switch to charsetfix to fix the build
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/textproc/wdiff/Makefile

Modified: head/textproc/wdiff/Makefile
==============================================================================
--- head/textproc/wdiff/Makefile	Wed Jun 12 13:36:11 2013	(r320687)
+++ head/textproc/wdiff/Makefile	Wed Jun 12 13:36:54 2013	(r320688)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 
+USES=		charsetfix
 MAN1=		wdiff.1
 INFO=		wdiff
 
@@ -25,10 +26,6 @@ PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "
-
-post-patch:	.SILENT
-	${REINPLACE_CMD} '/^install-exec-local:/s/install-exec-localcharset//' \
-		${WRKSRC}/lib/Makefile.in
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list