diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:27:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:27:05 +0000 |
commit | 2ee22c5a7adbfade40902ee20a9fb8bdb9c2d71e (patch) | |
tree | 4d6aaaa7100c0b8acf6e7f4946699d3fcfde8d26 /dns | |
parent | fb08e8f193dea4cf4b26937a2931f717a347200f (diff) | |
download | freebsd-ports-2ee22c5a7adbfade40902ee20a9fb8bdb9c2d71e.zip |
- Convert to autoplist
- Stage support
- Bump PORTREV
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-idnkit2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/py-idnkit2/Makefile b/dns/py-idnkit2/Makefile index 159f81515a52..e97124d2e5b1 100644 --- a/dns/py-idnkit2/Makefile +++ b/dns/py-idnkit2/Makefile @@ -3,6 +3,7 @@ PORTNAME= idnkit-python PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://jprs.co.jp/idn/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,8 @@ LIB_DEPENDS= idnkitlite.2:${PORTSDIR}/dns/idnkit2 USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/idnkit.so - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py |