aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ninja/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-09 21:29:56 +0800
committerpetef <petef@FreeBSD.org>2001-11-09 21:29:56 +0800
commit2e35b0e511da811e4e90cc926a2ce30185cfaa40 (patch)
tree8e10d73d4bdb24b147f73d1800ee0ee649c77c4f /irc/ninja/Makefile
parent7fdc1c73815fd05ea7ce4611b723775da73ca8bf (diff)
downloadfreebsd-ports-gnome-2e35b0e511da811e4e90cc926a2ce30185cfaa40.tar.gz
freebsd-ports-gnome-2e35b0e511da811e4e90cc926a2ce30185cfaa40.tar.zst
freebsd-ports-gnome-2e35b0e511da811e4e90cc926a2ce30185cfaa40.zip
Update to 1.5.5
PR: 31861 Submitted by: maintainer
Diffstat (limited to 'irc/ninja/Makefile')
-rw-r--r--irc/ninja/Makefile10
1 files changed, 3 insertions, 7 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