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/irc2dc | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) |
Notes
Diffstat (limited to 'irc/irc2dc')
-rw-r--r-- | irc/irc2dc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/irc2dc/Makefile b/irc/irc2dc/Makefile index a24ba85ea3b5..94f2f3de6b05 100644 --- a/irc/irc2dc/Makefile +++ b/irc/irc2dc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: irc2dc -# Date created: 24 May 2009 -# Whom: Maxim Ignatenko -# +# Created by: Maxim Ignatenko # $FreeBSD$ -# PORTNAME= irc2dc PORTVERSION= 0.1 @@ -21,4 +17,5 @@ USE_RC_SUBR= irc2dc PLIST_FILES= bin/irc2dc \ etc/irc2dc.conf.dist +NO_STAGE= yes .include <bsd.port.mk> |