diff options
Diffstat (limited to 'textproc/itstool/Makefile')
-rw-r--r-- | textproc/itstool/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 52aae0beb7e0..295caf6a74be 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: itstool -# Date Created: 17 Sept 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= itstool PORTVERSION= 1.2.0 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= itstool.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/itstool.in |