svn commit: r332108 - head/devel/py-country
Dmitry Sivachenko
demon at FreeBSD.org
Wed Oct 30 13:34:37 UTC 2013
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>
More information about the svn-ports-all
mailing list