diff options
Diffstat (limited to 'deskutils/conkyforecast/Makefile')
-rw-r--r-- | deskutils/conkyforecast/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/conkyforecast/Makefile b/deskutils/conkyforecast/Makefile index 8da03b7eee91..f1e161830e2f 100644 --- a/deskutils/conkyforecast/Makefile +++ b/deskutils/conkyforecast/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: conkyforecast -# Date created: 2010-05-07 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= conkyforecast PORTVERSION= 2.20 @@ -33,6 +29,7 @@ FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} WRKSRC= ${WRKDIR}/src +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \ setup.py \ |