diff options
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> |