1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Package the binary, not a symlink to it.

PR:		193333
This commit is contained in:
Adam Weinberger 2014-09-05 14:17:17 +00:00
parent 9fa907df80
commit 287ff1451f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367339

View File

@ -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>