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:49:43 +00:00
parent 2611a2f2ba
commit 5f5efa56ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345170

View File

@ -15,10 +15,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= English lexicon 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>