svn commit: r335375 - head/www/py-HTMLgen
Marcus von Appen
mva at FreeBSD.org
Sun Dec 1 11:56:09 UTC 2013
Author: mva
Date: Sun Dec 1 11:56:09 2013
New Revision: 335375
URL: http://svnweb.freebsd.org/changeset/ports/335375
Log:
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
- Give the port a new home at python@
Modified:
head/www/py-HTMLgen/Makefile (contents, props changed)
Modified: head/www/py-HTMLgen/Makefile
==============================================================================
--- head/www/py-HTMLgen/Makefile Sun Dec 1 11:38:39 2013 (r335374)
+++ head/www/py-HTMLgen/Makefile Sun Dec 1 11:56:09 2013 (r335375)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= HTMLgen
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at 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}
More information about the svn-ports-all
mailing list