1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +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 COMMENT= Icecast/Shoutcast stream ripper
USES= gmake USES= gmake
NO_STAGE= yes
MAKE_ARGS= CC="${CC}" MAKE_ARGS= CC="${CC}"
@ -24,6 +23,6 @@ STRIP=
.endif .endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.mk>