aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-05 14:17:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-05 14:17:17 +0000
commit287ff1451fb8d1bfb66d94e0be3596caf09bdfc4 (patch)
tree6d7deea0105129d04e98a18a6135729838489304 /irc
parent9fa907df80dde3b2136f1f6114e8135dae748d30 (diff)
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ircII/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index 6efb571b2ddd..189c80151130 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ircii
PORTVERSION= 20140831
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://ircii.warped.com/
@@ -43,6 +44,6 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/irc-${PORTVERSION}
+ ${MV} -f ${STAGEDIR}${PREFIX}/bin/irc-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/irc
.include <bsd.port.post.mk>