[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / icecast

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/audio/icecast/Makefile between version 1.45 and 1.46

version 1.45, 2008/08/10 11:09:01 version 1.46, 2008/09/08 05:32:26
Line 9  MAINTAINER=  kim@tac.nyc.ny.us
Line 9  MAINTAINER=  kim@tac.nyc.ny.us
 HOMEPAGE=               http://www.icecast.org/  HOMEPAGE=               http://www.icecast.org/
 COMMENT=                Live streaming audio server  COMMENT=                Live streaming audio server
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
Line 48  post-install:
Line 50  post-install:
                 -e "s,@ICECAST_USER@,${ICECAST_USER},g" \                  -e "s,@ICECAST_USER@,${ICECAST_USER},g" \
                 -e "s,@ICECAST_GROUP@,${ICECAST_GROUP},g" \                  -e "s,@ICECAST_GROUP@,${ICECAST_GROUP},g" \
                 ${WRKSRC}/conf/icecast.fixme > ${WRKSRC}/conf/icecast.xml                  ${WRKSRC}/conf/icecast.fixme > ${WRKSRC}/conf/icecast.xml
         ${INSTALL_DATA_DIR} ${EGDIR}          ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
         ${INSTALL_DATA} ${WRKSRC}/conf/icecast.xml ${EGDIR}          ${INSTALL_DATA} ${WRKSRC}/conf/icecast.xml ${DESTDIR}${EGDIR}
   
 .include "../../audio/libvorbis/buildlink3.mk"  .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/speex/buildlink3.mk"  .include "../../audio/speex/buildlink3.mk"

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>