diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:59:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:59:12 +0000 |
commit | fd61959c15770f0b0197fb84191d0b733aa0cc81 (patch) | |
tree | a7a7b04e277ee05ebc43fa2ee4f2c5190807e3e9 /mail/gmime2-sharp | |
parent | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (diff) | |
download | ports-fd61959c15770f0b0197fb84191d0b733aa0cc81.tar.gz ports-fd61959c15770f0b0197fb84191d0b733aa0cc81.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
Notes
Notes:
svn path=/head/; revision=327742
Diffstat (limited to 'mail/gmime2-sharp')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index e19e5a9fd1de..7ce3e2657fd5 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: gmime2-sharp -# Date Created: 20050513 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $ -# PORTREVISION= 2 CATEGORIES= mail @@ -32,6 +27,7 @@ LATEST_LINK= gmime2-sharp NOPORTDOCS= yes # Done in pre-configure because master port has a post-patch target already. +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in |