1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-20 07:48:17 +00:00
parent 4b34da298e
commit 2611a2f2ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345169

View File

@ -14,10 +14,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= CMU American English pronunciation dictionary for Festival
NO_BUILD= yes
NO_STAGE= yes
FHOME= ${PREFIX}/share/festival
do-install:
${TAR} -C ${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
${TAR} -C ${STAGEDIR}${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
.include <bsd.port.mk>