diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-14 05:39:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-14 05:39:43 +0800 |
commit | dbf04a01477ecae248e87165163c1e1d8561d8f0 (patch) | |
tree | 346612f5850aa62ca6bdce8ff1a292fe5ce24d1d /audio | |
parent | 568c123cff828c666169ad75444462c14d25b3e9 (diff) | |
download | freebsd-ports-gnome-dbf04a01477ecae248e87165163c1e1d8561d8f0.tar.gz freebsd-ports-gnome-dbf04a01477ecae248e87165163c1e1d8561d8f0.tar.zst freebsd-ports-gnome-dbf04a01477ecae248e87165163c1e1d8561d8f0.zip |
Let's create the empty directory we try to remove
this make the behavious compatible with both pkg_install and pkgng
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 2 | ||||
-rw-r--r-- | audio/festival/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index eda28733fd08..c14d454e50ba 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -9,7 +9,7 @@ PORTNAME= festival PORTVERSION= 1.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL} MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/audio/festival/pkg-plist b/audio/festival/pkg-plist index f3b8d86d811a..fab6781198c0 100644 --- a/audio/festival/pkg-plist +++ b/audio/festival/pkg-plist @@ -134,11 +134,14 @@ libexec/festival_client.naked %%DATADIR%%/lib/unilex_phones.scm %%DATADIR%%/lib/voices.scm %%DATADIR%%/lib/web.scm +@exec mkdir -p %%DATADIR%%/lib/voices/spanish +@exec mkdir -p %%DATADIR%%/lib/voices/english @dirrmtry %%DATADIR%%/lib/voices/spanish @dirrmtry %%DATADIR%%/lib/voices/english @dirrmtry %%DATADIR%%/lib/voices @dirrm %%DATADIR%%/lib/multisyn @dirrm %%DATADIR%%/lib/etc +@exec mkdir -p %%DATADIR%%/lib/dicts @dirrmtry %%DATADIR%%/lib/dicts @dirrmtry %%DATADIR%%/lib @dirrm %%DATADIR%%/examples/songs |