diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-15 03:51:21 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-15 03:51:21 +0800 |
commit | 4813af8b2f730aff6ab3c420c370aab76bba77e8 (patch) | |
tree | 67c3d0e10c90899ecdb7521f9b130ca2eb7597a6 | |
parent | d1638d0da0b05043ec822eb87a35fc5095092e00 (diff) | |
download | freebsd-ports-gnome-4813af8b2f730aff6ab3c420c370aab76bba77e8.tar.gz freebsd-ports-gnome-4813af8b2f730aff6ab3c420c370aab76bba77e8.tar.zst freebsd-ports-gnome-4813af8b2f730aff6ab3c420c370aab76bba77e8.zip |
Add a packing list entry needed for the new Italian ports.
Submitted by: flz
-rw-r--r-- | audio/festival+OGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 51ebdbe8d598..83ec75ef42e4 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -89,8 +89,8 @@ post-patch: .endfor do-install: - ${MKDIR} ${FHOME}/lib/voices/english/ ${FHOME}/lib/voices/spanish/ \ - ${FHOME}/lib/dicts + ${MKDIR} ${FHOME}/lib/voices/english/ ${FHOME}/lib/voices/italian/ \ + ${FHOME}/lib/voices/spanish/ ${FHOME}/lib/dicts ${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib ${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755 cd ${FESTIVAL} && ${CP} -pPR lib examples ${FHOME} |