summaryrefslogtreecommitdiff
path: root/irc/ircproxy
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-18 06:01:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-18 06:01:54 +0000
commitc35fa97dc4e956c346030b3ec3e97ff8f180cf63 (patch)
treecf922bd1f5391eca086bc70945e14b236e965d9d /irc/ircproxy
parentMove editor tabstop definition up top. (diff)
Pacify portlint.
Notes
Notes: svn path=/head/; revision=109399
Diffstat (limited to 'irc/ircproxy')
-rw-r--r--irc/ircproxy/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index a7c4b342515b..1fb0c4563729 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -5,16 +5,16 @@
# $FreeBSD$
#
-PORTNAME= ircproxy
-PORTVERSION= 1.2.41
-CATEGORIES= irc
-MASTER_SITES= ftp://ftp.night-light.net/pub/unix/ircproxy/
-DISTNAME= ircproxy-1.2.41d.pl2
+PORTNAME= ircproxy
+PORTVERSION= 1.2.41
+CATEGORIES= irc
+MASTER_SITES= ftp://ftp.night-light.net/pub/unix/ircproxy/
+DISTNAME= ircproxy-1.2.41d.pl2
-MAINTAINER= jonas@jonas.night-light.net
-COMMENT= An IRC proxy server
+MAINTAINER= jonas@jonas.night-light.net
+COMMENT= An IRC proxy server
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${LOCALBASE}
#
@@ -33,4 +33,4 @@ pre-build:
${CHMOD} u+x ${WRKSRC}/pkg-install || exit 1
${CHMOD} u+x ${WRKSRC}/pkg-deinstall || exit 1
-.include "bsd.port.mk"
+.include <bsd.port.mk>