diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/pidgin | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.zst freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index a1bc1f20e830..9ececb8b9e59 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# +# Created by: Jim Mock <jim@FreeBSD.org> # $FreeBSD$ # $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $ -# PORTNAME= pidgin PORTREVISION= 1 @@ -36,6 +32,7 @@ CONFIGURE_ARGS= --disable-consoleui \ MAN1= pidgin.1 +NO_STAGE= yes post-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} pidgin.desktop |