diff options
Diffstat (limited to 'sysutils/pydf/Makefile')
-rw-r--r-- | sysutils/pydf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index cc1329f809b9..bb1f37b9afd9 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pydf -# Date created: 29 November 2007 -# Whom: Baptiste Grenier <gwarf@gwarf.org> -# +# Created by: Baptiste Grenier <gwarf@gwarf.org> # $FreeBSD$ -# PORTNAME= pydf PORTVERSION= 10 @@ -31,6 +27,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}| ; s|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/pydf |