diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-02 20:53:53 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-02 20:53:53 +0000 |
commit | 5e48adc14cf8845d331e564e6ef03312aa36ced6 (patch) | |
tree | 34ddc83ed4a20d387fe2cb53b36f98108e53b13b /audio/festvox-el11 | |
parent | 48453d8891dea9c39821a606a8b795e5ddd7be77 (diff) | |
download | FreeBSD-ports-5e48adc14cf8845d331e564e6ef03312aa36ced6.zip FreeBSD-ports-5e48adc14cf8845d331e564e6ef03312aa36ced6.tar.gz |
Fix pkg-plist by silently failing if the spanish-voices directory
can't be removed.
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 5 | ||||
-rw-r--r-- | audio/festvox-el11/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index d659755..ab27f67 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -9,6 +9,7 @@ PORTNAME= festvox-el11 PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL} MASTER_SITE_SUBDIR= 1.4.1 @@ -20,10 +21,6 @@ COMMENT= Castilian Spanish male voice for Festival RUN_DEPENDS= festival:${PORTSDIR}/audio/festival -BROKEN= Incomplete pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - WRKSRC= ${WRKDIR}/festival CONFLICTS= festvox-rab8 diff --git a/audio/festvox-el11/pkg-plist b/audio/festvox-el11/pkg-plist index 2431186..43cdcb1 100644 --- a/audio/festvox-el11/pkg-plist +++ b/audio/festvox-el11/pkg-plist @@ -7,3 +7,5 @@ share/festival/lib/voices/spanish/el_diphone/festvox/spanint.scm share/festival/lib/voices/spanish/el_diphone/festvox/sptoken.scm @dirrm share/festival/lib/voices/spanish/el_diphone/festvox @dirrm share/festival/lib/voices/spanish/el_diphone +@unexec rmdir %D/share/festival/lib/voices/spanish 2>/dev/null || true +@unexec rmdir %D/share/festival/lib/voices 2>/dev/null || true |