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/finch/Makefile | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) |
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/finch/Makefile')
-rw-r--r-- | net-im/finch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index a57297883bfb..33fdf558f194 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/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-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ -# PORTNAME= finch PORTREVISION= 1 @@ -30,6 +26,7 @@ CONFIGURE_ARGS= --disable-gtkui \ MAN1= finch.1 +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1 |