1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-03-26 14:36:46 +00:00
parent b283136f34
commit 42e4000fed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349257

View File

@ -10,12 +10,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Music pack for endgame-singularity
PROJECTHOST= endgame-singularity
NO_BUILD= yes
USES= zip
DATADIR= ${PREFIX}/share/singularity
NO_STAGE= yes
do-install:
@cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/
cd ${WRKSRC}/ && ${COPYTREE_SHARE} music ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>