summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/ngircd/Makefile7
-rw-r--r--irc/ngircd/pkg-plist5
2 files changed, 4 insertions, 8 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index ba1de14bbe57..4a0423e27f0e 100644
--- a/irc/ngircd/Makefile
+++ b/irc/ngircd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ngircd
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://download.berlios.de/ngircd/ \
ftp://ftp.berlios.de/pub/ngircd/
@@ -18,7 +19,7 @@ GNU_CONFIGURE= yes
ONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if exists(/usr/include/tcpd.h)
-USE_TCP_WRAPPERS= yes
+WITH_TCP_WRAPPERS= yes
CONFIGURE_ARGS+= --with-tcp-wrappers
.endif
@@ -35,7 +36,7 @@ MAN8= ngircd.8
pre-configure:
@${ECHO_MSG} ""
-.if defined(USE_TCP_WRAPPERS)
+.if defined(WITH_TCP_WRAPPERS)
@${ECHO_MSG} "Enabling TCP wrappers support"
@${ECHO_MSG} ""
.endif
@@ -51,7 +52,7 @@ pre-configure:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README
+.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
diff --git a/irc/ngircd/pkg-plist b/irc/ngircd/pkg-plist
index dd4a03001f23..befede1b4a51 100644
--- a/irc/ngircd/pkg-plist
+++ b/irc/ngircd/pkg-plist
@@ -1,9 +1,4 @@
etc/ngircd.conf.sample
sbin/ngircd
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%