diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/fugu | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Notes
Notes:
svn path=/head/; revision=327756
Diffstat (limited to 'net-im/fugu')
-rw-r--r-- | net-im/fugu/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index 07084b26b851..f06c9f08ac91 100644 --- a/net-im/fugu/Makefile +++ b/net-im/fugu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fugu -# Date created: 11 August 2000 -# Whom: Peter Haight <peterh@sapros.com> -# +# Created by: Peter Haight <peterh@sapros.com> # $FreeBSD$ -# PORTNAME= fugu PORTVERSION= 1.2.3 @@ -19,4 +15,5 @@ USE_OPENSSL= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |