diff options
author | joerg <joerg> | 2009-06-14 18:10:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 18:10:28 +0000 |
commit | 97f62eb957d98c942b712bbd57e970186f068199 (patch) | |
tree | 7d8f5346820fe86ee99ed3ae4aaf582c5e095070 /audio/espeak | |
parent | 870ee431b3152f330a121f8399ba6a71540929c1 (diff) | |
download | pkgsrc-97f62eb957d98c942b712bbd57e970186f068199.tar.gz |
Convert @exec/@unexec to @pkgdir or drop them.
Diffstat (limited to 'audio/espeak')
-rw-r--r-- | audio/espeak/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/espeak/PLIST b/audio/espeak/PLIST index b3f63cfcd25..2be9199875c 100644 --- a/audio/espeak/PLIST +++ b/audio/espeak/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:32:05 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:10:28 joerg Exp $ bin/espeak include/speak_lib.h lib/libespeak.a @@ -151,5 +151,5 @@ share/espeak-data/voices/zh share/espeak-data/voices/zhy share/espeak-data/zh_dict share/espeak-data/zhy_dict -@exec ${MKDIR} %D/share/espeak-data/soundicons -@exec ${MKDIR} %D/share/espeak-data/mbrola +@pkgdir share/espeak-data/soundicons +@pkgdir share/espeak-data/mbrola |