From 4f3fe8bedde1f2174dc2efdc9679b0dbedd64362 Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 25 Oct 2003 16:02:13 +0000 Subject: - s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g - Don't install some documentation files - Bump PORTREVISION PR: 58525 Submitted by: Oliver Eikemeier --- irc/ngircd/Makefile | 7 ++++--- irc/ngircd/pkg-plist | 5 ----- 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%% -- cgit