svn commit: r337636 - head/audio/icecast2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 27 02:16:22 UTC 2013


Author: sunpoet
Date: Fri Dec 27 02:16:20 2013
New Revision: 337636
URL: http://svnweb.freebsd.org/changeset/ports/337636

Log:
  - Support STAGEDIR

Modified:
  head/audio/icecast2/Makefile

Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile	Fri Dec 27 02:16:16 2013	(r337635)
+++ head/audio/icecast2/Makefile	Fri Dec 27 02:16:20 2013	(r337636)
@@ -33,7 +33,6 @@ CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	OGG_PREFIX=${LOCALBASE}
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
-NO_STAGE=	yes
 USES=		gmake
 WRKSRC=		${WRKDIR}/icecast-${PORTVERSION}
 
@@ -50,7 +49,6 @@ post-patch:
 .endif
 
 post-install:
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${DATADIR}/web/
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list