aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-01 11:56:09 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-01 11:56:09 +0000
commit96f4d9cce0f5a7c813e2dc5b50ee74de42463608 (patch)
tree0ce434e2d341c5caec68d0b44625e1fd626ed884
parentd5e31ba9d061a7ab6aee476419c8b46560b3f950 (diff)
downloadports-96f4d9cce0f5a7c813e2dc5b50ee74de42463608.tar.gz
ports-96f4d9cce0f5a7c813e2dc5b50ee74de42463608.zip
Notes
-rw-r--r--www/py-HTMLgen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile
index 338688c31190..ec166492d2fc 100644
--- a/www/py-HTMLgen/Makefile
+++ b/www/py-HTMLgen/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= HTMLgen
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= A Python library for the generation of HTML documents
USE_PYTHON= -2.7
@@ -22,6 +22,9 @@ NO_STAGE= yes
PORTDOCS= *
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|python |${PYTHON_CMD} |' ${WRKSRC}/Makefile
+
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}