summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-25 16:02:13 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-25 16:02:13 +0000
commitbfc934f2ae2f3524a9b51d3869d72d7c7f86e8f3 (patch)
treeba4783b73409c8eb615d58cd1017d6e2df4d1f00 /irc
parentFor perl < 5.6, add a runtime dependency on File::Spec (diff)
- 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>
Notes
Notes: svn path=/head/; revision=92126
Diffstat (limited to 'irc')
-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%%