From 287ff1451fb8d1bfb66d94e0be3596caf09bdfc4 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 5 Sep 2014 14:17:17 +0000 Subject: [PATCH] Package the binary, not a symlink to it. PR: 193333 --- irc/ircII/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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