diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/evolution-gconf-tools | |
parent | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (diff) |
Notes
Diffstat (limited to 'devel/evolution-gconf-tools')
-rw-r--r-- | devel/evolution-gconf-tools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/evolution-gconf-tools/Makefile b/devel/evolution-gconf-tools/Makefile index f61bf42ade50..82d4d06d9fef 100644 --- a/devel/evolution-gconf-tools/Makefile +++ b/devel/evolution-gconf-tools/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution-gconf-tools -# Date created: 2005-07-22 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/evolution-gconf-tools/Makefile,v 1.2 2005/10/14 20:39:56 adamw Exp $ -# PORTNAME= evolution-gconf-tools PORTVERSION= 0.1.6 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes USE_PYTHON= yes USE_GNOME= gnomeprefix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/lib/* |