diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-25 16:02:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-25 16:02:13 +0000 |
commit | bfc934f2ae2f3524a9b51d3869d72d7c7f86e8f3 (patch) | |
tree | ba4783b73409c8eb615d58cd1017d6e2df4d1f00 /irc/ngircd | |
parent | b7e2a72d8def27dc32ae060619d4c005e029ffc9 (diff) | |
download | ports-bfc934f2ae2f3524a9b51d3869d72d7c7f86e8f3.tar.gz ports-bfc934f2ae2f3524a9b51d3869d72d7c7f86e8f3.zip |
Notes
Diffstat (limited to 'irc/ngircd')
-rw-r--r-- | irc/ngircd/Makefile | 7 | ||||
-rw-r--r-- | 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%% |