diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/bip | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) |
Notes
Diffstat (limited to 'irc/bip')
-rw-r--r-- | irc/bip/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile index a7f723e308cd..2e6746cb5d44 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bip -# Date created: 23 October 2007 -# Whom: Chess Griffin <chess@chessgriffin.com> -# +# Created by: Chess Griffin <chess@chessgriffin.com> # $FreeBSD$ -# PORTNAME= bip PORTVERSION= 0.8.8 @@ -33,6 +29,7 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO PORTEXAMPLES= bip.conf bip.vim +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: |