svn commit: r323010 - head/databases/py-sqlalchemy

Nicola Vitale nivit at FreeBSD.org
Sun Jul 14 23:15:35 UTC 2013


Author: nivit
Date: Sun Jul 14 23:15:34 2013
New Revision: 323010
URL: http://svnweb.freebsd.org/changeset/ports/323010

Log:
  - Fix path to py3k-fix-pkg-plist.inc

Modified:
  head/databases/py-sqlalchemy/Makefile

Modified: head/databases/py-sqlalchemy/Makefile
==============================================================================
--- head/databases/py-sqlalchemy/Makefile	Sun Jul 14 22:03:55 2013	(r323009)
+++ head/databases/py-sqlalchemy/Makefile	Sun Jul 14 23:15:34 2013	(r323010)
@@ -112,7 +112,7 @@ easyinstall-setopt:
 .endif
 
 .if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/p3k-fix-pkg-plist.inc"
+.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
 .endif
 
 regression-test: build


More information about the svn-ports-all mailing list