diff options
Diffstat (limited to 'devel/py-xstatic-bootstrap3/Makefile')
-rw-r--r-- | devel/py-xstatic-bootstrap3/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/py-xstatic-bootstrap3/Makefile b/devel/py-xstatic-bootstrap3/Makefile index 92ff83d8aee0..2ce6fcc8ebc9 100644 --- a/devel/py-xstatic-bootstrap3/Makefile +++ b/devel/py-xstatic-bootstrap3/Makefile @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 DISTNAME= XStatic-Bootstrap-${DISTVERSION} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bootstrap 3.1.1 (XStatic packaging standard) WWW= https://getbootstrap.com/ @@ -18,8 +18,4 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -#post-patch: -# @${REINPLACE_CMD} -e "s|xs.PACKAGE_NAME|'xstatic-bootstrap'|g" \ -# ${WRKSRC}/setup.py - .include <bsd.port.mk> |