Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 02:16:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337636 - head/audio/icecast2
Message-ID:  <201312270216.rBR2GLP0091826@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312270216.rBR2GLP0091826>