aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-registry/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-16 17:18:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-16 17:18:23 +0000
commitef6d7df3a518482afbd2c890b66d6f140d3164c7 (patch)
tree3ba6e1b4f944022872aa06194dd55aeede080bc3 /security/py-python-registry/Makefile
parent9dc680d0e8a2ff2a2bc6f286afbcd752ad9b22cd (diff)
Notes
Diffstat (limited to 'security/py-python-registry/Makefile')
-rw-r--r--security/py-python-registry/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile
index 6486a7a049a8..51ac7cabf6fd 100644
--- a/security/py-python-registry/Makefile
+++ b/security/py-python-registry/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-registry
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= security devel python
MASTER_SITES= GH \
LOCAL/antoine
@@ -16,7 +16,7 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= williballenthin
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 1d16db8
+GH_COMMIT= 0817990
USES= shebangfix
SHEBANG_FILES= samples/*.py
@@ -24,24 +24,18 @@ python_OLD_CMD= .*
python_CMD= ${PYTHON_CMD}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYTHON_PY3K_PLIST_HACK= yes
+PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.txt \
${WRKSRC}/documentation/* ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>