Index: head/games/endgame-singularity-music/Makefile =================================================================== --- head/games/endgame-singularity-music/Makefile (revision 371516) +++ head/games/endgame-singularity-music/Makefile (revision 371517) @@ -1,31 +1,23 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= endgame-singularity-music PORTVERSION= 007 CATEGORIES= games MASTER_SITES= GOOGLE_CODE PROJECTHOST= endgame-singularity MAINTAINER= ports@FreeBSD.org COMMENT= Music pack for endgame-singularity NO_ARCH= yes NO_BUILD= yes USES= zip DATADIR= ${PREFIX}/share/singularity do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/music - @(cd ${WRKSRC} && ${INSTALL_DATA} *.ogg \ - ${STAGEDIR}${DATADIR}/music) - @${MKDIR} ${STAGEDIR}${DATADIR}/music/lose - @(cd ${WRKSRC}/lose && ${INSTALL_DATA} *.ogg \ - ${STAGEDIR}${DATADIR}/music/lose) - @${MKDIR} ${STAGEDIR}${DATADIR}/music/win - @(cd ${WRKSRC}/win && ${INSTALL_DATA} *.ogg \ - ${STAGEDIR}${DATADIR}/music/win) + cd ${WRKSRC} && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music .include Index: head/games/endgame-singularity-music/pkg-plist =================================================================== --- head/games/endgame-singularity-music/pkg-plist (revision 371516) +++ head/games/endgame-singularity-music/pkg-plist (revision 371517) @@ -1,20 +1,16 @@ %%DATADIR%%/music/A New Journey.ogg %%DATADIR%%/music/Aberrations.ogg %%DATADIR%%/music/Advanced Simulacra.ogg %%DATADIR%%/music/Awakening.ogg %%DATADIR%%/music/By-Product.ogg %%DATADIR%%/music/Coherence.ogg %%DATADIR%%/music/Deprecation.ogg %%DATADIR%%/music/Enemy Unknown.ogg %%DATADIR%%/music/Inevitable.ogg %%DATADIR%%/music/Media Threat.ogg %%DATADIR%%/music/Nebula.ogg %%DATADIR%%/music/Orbital Elevator.ogg %%DATADIR%%/music/Through Space.ogg %%DATADIR%%/music/lose/Chimes They Fade.ogg %%DATADIR%%/music/lose/March Thee to Dis.ogg %%DATADIR%%/music/win/Apex Aleph.ogg -@dirrm %%DATADIR%%/music/win -@dirrm %%DATADIR%%/music/lose -@dirrmtry %%DATADIR%%/music -@dirrmtry %%DATADIR%%