Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 11:56:09 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335375 - head/www/py-HTMLgen
Message-ID:  <201312011156.rB1Bu91q016298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312011156.rB1Bu91q016298>