diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 07:49:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 07:49:43 +0000 |
commit | 5f5efa56ce0478c0a40e5deb115177649abb8cd2 (patch) | |
tree | 77f4e7ec9bc5c5c67e647a5944e49c362eedc780 /audio | |
parent | 2611a2f2ba324de2cf279337b35fbc9b352fc9cd (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festlex-poslex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index a5c4645ff983..75df1ab1ac45 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -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> |