Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 13:34:37 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332108 - head/devel/py-country
Message-ID:  <201310301334.r9UDYb5Y088284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Wed Oct 30 13:34:36 2013
New Revision: 332108
URL: http://svnweb.freebsd.org/changeset/ports/332108

Log:
  Remove .orig-file, otherwise it is automatically installed.

Modified:
  head/devel/py-country/Makefile

Modified: head/devel/py-country/Makefile
==============================================================================
--- head/devel/py-country/Makefile	Wed Oct 30 13:32:02 2013	(r332107)
+++ head/devel/py-country/Makefile	Wed Oct 30 13:34:36 2013	(r332108)
@@ -20,4 +20,7 @@ PYTHON_PY3K_PLIST_HACK=	yes
 
 NO_STAGE=	yes
 
+post-patch:
+	${RM} ${WRKSRC}/src/pycountry/locales/tr/LC_MESSAGES/iso639.po.orig
+
 .include <bsd.port.mk>



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