diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-05 22:17:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-05 22:17:17 +0800 |
commit | 3e47b0de8b9365cc872863944f604ee487ad65e3 (patch) | |
tree | 6d7deea0105129d04e98a18a6135729838489304 | |
parent | 850725381a58b13b7e41d2cd931385a1d1195fc0 (diff) | |
download | freebsd-ports-gnome-3e47b0de8b9365cc872863944f604ee487ad65e3.tar.gz freebsd-ports-gnome-3e47b0de8b9365cc872863944f604ee487ad65e3.tar.zst freebsd-ports-gnome-3e47b0de8b9365cc872863944f604ee487ad65e3.zip |
Package the binary, not a symlink to it.
PR: 193333
-rw-r--r-- | irc/ircII/Makefile | 3 |
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> |