svn commit: r320869 - head/misc/hello

Martin Wilke miwi at FreeBSD.org
Fri Jun 14 01:57:01 UTC 2013


Author: miwi
Date: Fri Jun 14 01:57:00 2013
New Revision: 320869
URL: http://svnweb.freebsd.org/changeset/ports/320869

Log:
  - Do not remove directories not created by this port
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/misc/hello/Makefile
  head/misc/hello/pkg-plist   (contents, props changed)

Modified: head/misc/hello/Makefile
==============================================================================
--- head/misc/hello/Makefile	Fri Jun 14 01:56:31 2013	(r320868)
+++ head/misc/hello/Makefile	Fri Jun 14 01:57:00 2013	(r320869)
@@ -12,6 +12,7 @@ COMMENT=	A utility for saying hello to t
 
 USE_PERL5_BUILD=	YES
 GNU_CONFIGURE=	YES
+USES=		charsetfix
 
 MAN1=		hello.1
 INFO=		hello

Modified: head/misc/hello/pkg-plist
==============================================================================
--- head/misc/hello/pkg-plist	Fri Jun 14 01:56:31 2013	(r320868)
+++ head/misc/hello/pkg-plist	Fri Jun 14 01:57:00 2013	(r320869)
@@ -41,9 +41,3 @@ bin/hello
 %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo
-%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/es_AR
-%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/de_DE
-%%NLS%%@dirrmtry share/locale/rm/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/rm


More information about the svn-ports-all mailing list