Index: head/textproc/py-MarkupSafe/Makefile =================================================================== --- head/textproc/py-MarkupSafe/Makefile (revision 432924) +++ head/textproc/py-MarkupSafe/Makefile (revision 432925) @@ -1,18 +1,22 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= MarkupSafe PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implements XML/HTML/XHTML Markup safe string for Python LICENSE= BSD3CLAUSE USE_PYTHON= autoplist concurrent distutils USES= python + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so .include