svn commit: r318990 - head/archivers/sharutils

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 16:20:32 UTC 2013


Author: bapt
Date: Fri May 24 16:20:31 2013
New Revision: 318990
URL: http://svnweb.freebsd.org/changeset/ports/318990

Log:
  Add USES=charsetfix, while here do not try to remove directory not created by the port/package

Modified:
  head/archivers/sharutils/Makefile
  head/archivers/sharutils/pkg-plist

Modified: head/archivers/sharutils/Makefile
==============================================================================
--- head/archivers/sharutils/Makefile	Fri May 24 16:09:26 2013	(r318989)
+++ head/archivers/sharutils/Makefile	Fri May 24 16:20:31 2013	(r318990)
@@ -21,12 +21,13 @@ CONFIGURE_ARGS=	--program-prefix=g --dis
 INSTALL_TARGET=	install install-man
 MAN1=		gshar.1 gunshar.1
 INFO=		sharutils
+USES=		charsetfix
 
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MNLS}
 PLIST_SUB+=	NLS=""
-USES=		gettext
+USES+=		gettext
 CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}"
 .else
 PLIST_SUB+=	NLS="@comment "

Modified: head/archivers/sharutils/pkg-plist
==============================================================================
--- head/archivers/sharutils/pkg-plist	Fri May 24 16:09:26 2013	(r318989)
+++ head/archivers/sharutils/pkg-plist	Fri May 24 16:20:31 2013	(r318990)
@@ -27,5 +27,3 @@ bin/gunshar
 %%NLS%%share/locale/vi/LC_MESSAGES/sharutils.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sharutils.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/sharutils.mo
-%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/rw


More information about the svn-ports-all mailing list