aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ngircd
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-26 00:02:13 +0800
committerkrion <krion@FreeBSD.org>2003-10-26 00:02:13 +0800
commit4f3fe8bedde1f2174dc2efdc9679b0dbedd64362 (patch)
tree2cc71fdfa12b45e9a0c23445fc9679e978a688e8 /irc/ngircd
parent26fb7b8f729f8534dfd6b6d83d24141c0e8ae8cf (diff)
downloadfreebsd-ports-gnome-4f3fe8bedde1f2174dc2efdc9679b0dbedd64362.tar.gz
freebsd-ports-gnome-4f3fe8bedde1f2174dc2efdc9679b0dbedd64362.tar.zst
freebsd-ports-gnome-4f3fe8bedde1f2174dc2efdc9679b0dbedd64362.zip
- s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g
- Don't install some documentation files - Bump PORTREVISION PR: 58525 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'irc/ngircd')
-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%%