diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-09 13:29:56 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-09 13:29:56 +0000 |
commit | 3d8ec4e162d3c1ff71823ef1a61a5699ffdef70e (patch) | |
tree | 55582363754f38f0961cbc5b2fa68d6dcffd8c7e /irc/ninja | |
parent | d84114cd9bcba808b87f7ed5e3a22ceae3fb6ce3 (diff) | |
download | ports-3d8ec4e162d3c1ff71823ef1a61a5699ffdef70e.tar.gz ports-3d8ec4e162d3c1ff71823ef1a61a5699ffdef70e.zip |
Notes
Diffstat (limited to 'irc/ninja')
-rw-r--r-- | irc/ninja/Makefile | 10 | ||||
-rw-r--r-- | irc/ninja/distinfo | 2 | ||||
-rw-r--r-- | irc/ninja/files/patch-aa | 29 | ||||
-rw-r--r-- | irc/ninja/pkg-plist | 2 |
4 files changed, 5 insertions, 38 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index 0d157c71cc56..f92828699ce5 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ninja -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= anders@codefactory.se @@ -20,15 +19,12 @@ CONFIGURE_ENV= IRCLIB="${IRCLIB}" IRCLIB= ${PREFIX}/share/ninja -pre-patch: - @${CP} ${WRKSRC}/config/configure ${WRKSRC} - post-patch: @${PERL} -e "s|%%IRCLIB%%|${IRCLIB}|g" ${WRKSRC}/include/config.h.dist do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ninja ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${PREFIX}/bin @${MKDIR} ${IRCLIB}/translation ${INSTALL_DATA} ${WRKSRC}/translation/* ${IRCLIB}/translation diff --git a/irc/ninja/distinfo b/irc/ninja/distinfo index 15f21a01a1d4..ba7dc50cffeb 100644 --- a/irc/ninja/distinfo +++ b/irc/ninja/distinfo @@ -1 +1 @@ -MD5 (ninja-1.5.4-src.tar.gz) = d87e87c9819c4b9dc83218ade7df150a +MD5 (ninja-1.5.5.tar.gz) = 01d83882c7462152b0a4e23c801e09ab diff --git a/irc/ninja/files/patch-aa b/irc/ninja/files/patch-aa index b4339e620af9..e69de29bb2d1 100644 --- a/irc/ninja/files/patch-aa +++ b/irc/ninja/files/patch-aa @@ -1,29 +0,0 @@ ---- include/config.h.dist.orig Tue Sep 26 23:17:23 2000 -+++ include/config.h.dist Sun Mar 4 20:51:50 2001 -@@ -52,7 +52,7 @@ - - /* UNIX_MAIL is the normal unix mail format. */ - #ifndef UNIX_MAIL --#define UNIX_MAIL "/usr/spool/mail" /* */ -+#define UNIX_MAIL "/var/mail" /* */ - #endif - - /* -@@ -69,7 +69,7 @@ - * If you undefine this you will spare some code, though, so better only - * set if you are sure you are going to keep your help-files compressed. - */ --#define ZCAT "/bin/zcat" -+#define ZCAT "/usr/bin/zcat" - - /* Define ZSUFFIX in case we are using ZCAT */ - #ifdef ZCAT -@@ -170,7 +170,7 @@ - #define DEFAULT_HACKED_IDENTD NULL - #define DEFAULT_HELP_PAGER 1 - /* --#define DEFAULT_HELP_PATH "/usr/local/lib/ninja/help:/usr/local/lib/irc/help:~/.ninja" -+#define DEFAULT_HELP_PATH "%%IRCLIB%%/help:~/.ninja" - */ - #define DEFAULT_HELP_PROMPT 1 - #define DEFAULT_HELP_WINDOW 0 diff --git a/irc/ninja/pkg-plist b/irc/ninja/pkg-plist index f279bd0417b1..2d3b72291f94 100644 --- a/irc/ninja/pkg-plist +++ b/irc/ninja/pkg-plist @@ -1,5 +1,5 @@ bin/ninja -bin/wserv +bin/ninjawserv share/ninja/translation/ASCII share/ninja/translation/CP437 share/ninja/translation/CP850 |