diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 06:50:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 06:50:37 +0000 |
commit | 4d53277d553602695bc0df5c0f912400abd70acd (patch) | |
tree | e03e692578836f1e45052bc991a2756277abdbfa /audio/festdoc | |
parent | 07b599b776e56089fbcf0568fe4076c11aeef514 (diff) |
Use INFO macro
Notes
Notes:
svn path=/head/; revision=150348
Diffstat (limited to 'audio/festdoc')
-rw-r--r-- | audio/festdoc/Makefile | 2 | ||||
-rw-r--r-- | audio/festdoc/pkg-plist | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index 02b67c8da677..919302abde08 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -19,7 +19,7 @@ COMMENT= Documentation for Festival NO_BUILD= yes -INFO_FILES= festival.info +INFO= festival FDOC= ${PREFIX}/share/doc/festival post-extract: diff --git a/audio/festdoc/pkg-plist b/audio/festdoc/pkg-plist index 98406cb2258c..24f582db9c94 100644 --- a/audio/festdoc/pkg-plist +++ b/audio/festdoc/pkg-plist @@ -140,19 +140,6 @@ share/doc/festival/speechtools/index.html share/doc/festival/speechtools/HTML.index share/doc/festival/speechtools/TeX.formulae @dirrm share/doc/festival/speechtools -@unexec install-info --delete %D/info/festival.info %D/info/dir -info/festival.info -info/festival.info-9 -info/festival.info-8 -info/festival.info-7 -info/festival.info-6 -info/festival.info-5 -info/festival.info-4 -info/festival.info-3 -info/festival.info-2 -info/festival.info-1 -info/festival.info-10 -@exec install-info %D/info/festival.info %D/info/dir share/doc/festival/festival/user-manual/festival_35.html share/doc/festival/festival/user-manual/festival_1.html share/doc/festival/festival/user-manual/festival_2.html |