diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 15:07:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 15:07:30 +0000 |
commit | f6c89efb8acae8f8cdaa60c82691b65b74dfe5f3 (patch) | |
tree | fadc4141277c67cbbc81d6b36361c8a5672dad71 /databases/py-apsw | |
parent | 27a2d8ca42e7e12c3b2c4560d710f5ee816c24ca (diff) |
- Fix PYDISTUTILS_EGGINFO
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=396388
Diffstat (limited to 'databases/py-apsw')
-rw-r--r-- | databases/py-apsw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 909e0140e737..7c5ef1cdff67 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -4,7 +4,7 @@ PORTNAME= apsw PORTVERSION= 3.8.0.2 DISTVERSIONSUFFIX= -r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ COMMENT= APSW stands for Another Python SQLite Wrapper LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 +PYDISTUTILS_EGGINFO= apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info USES= python zip USE_PYTHON= distutils |