diff options
author | nivit <nivit@FreeBSD.org> | 2010-05-04 23:40:22 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-05-04 23:40:22 +0800 |
commit | 479bf065797878b84dd6f9ab36793eee919f82fe (patch) | |
tree | 8b2b16ad43156d3d57c7c74a090f3d739b12a70e /audio | |
parent | 6d1aa3b126f9f7c793cae2688bcbc1ac75592f36 (diff) | |
download | freebsd-ports-gnome-479bf065797878b84dd6f9ab36793eee919f82fe.tar.gz freebsd-ports-gnome-479bf065797878b84dd6f9ab36793eee919f82fe.tar.zst freebsd-ports-gnome-479bf065797878b84dd6f9ab36793eee919f82fe.zip |
- Remove some old, useless lines from pkg-plist
- Bump PORTREVISION
Submitted by: avilla (via private email)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/espeak/Makefile | 1 | ||||
-rw-r--r-- | audio/espeak/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index fcb254b193f1..eec668a2e9ef 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -7,6 +7,7 @@ PORTNAME= espeak PORTVERSION= 1.43.03 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/audio/espeak/pkg-plist b/audio/espeak/pkg-plist index e84616915a2d..98bdcde162d7 100644 --- a/audio/espeak/pkg-plist +++ b/audio/espeak/pkg-plist @@ -227,7 +227,3 @@ lib/libespeak.so.1.1.43 @dirrm include/espeak @exec mkdir -p %D/%%DATADIR%%/espeak-data/soundicons @exec mkdir -p %D/%%DATADIR%%/espeak-data/mbrola -%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/images/.svn/tmp/wcprops -%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/images/.svn/tmp/text-base -%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/images/.svn/tmp/props -%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/images/.svn/tmp/prop-base |