1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 18:12:28 +00:00
parent 5ea47c1452
commit ed42a24787
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337588

View File

@ -12,7 +12,6 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Icecast/Shoutcast stream ripper
USES= gmake
NO_STAGE= yes
MAKE_ARGS= CC="${CC}"
@ -24,6 +23,6 @@ STRIP=
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>