Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 01:57:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320869 - head/misc/hello
Message-ID:  <201306140157.r5E1v0qi006452@svn.freebsd.org>

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



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