diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 16:45:54 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 16:45:54 +0000 |
commit | a139bc37e01b71297df00b47a7ed2706a4bbd183 (patch) | |
tree | 8f5b076400b7249685647a320b250fdb8392ac18 /misc/xiphos | |
parent | The rpm executable is needed in do-install, so having it as I did (diff) |
misc category cleanup part 4 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy
PR: 61028
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Notes
Notes:
svn path=/head/; revision=100688
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist index ab1055f3cd98..cb9e11174ebd 100644 --- a/misc/xiphos/pkg-plist +++ b/misc/xiphos/pkg-plist @@ -1,10 +1,10 @@ bin/gnomesword -%%PORTDOCS%%share/doc/gnomesword/AUTHORS -%%PORTDOCS%%share/doc/gnomesword/ChangeLog -%%PORTDOCS%%share/doc/gnomesword/INSTALL -%%PORTDOCS%%share/doc/gnomesword/NEWS -%%PORTDOCS%%share/doc/gnomesword/README -%%PORTDOCS%%share/doc/gnomesword/TODO +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO share/gnome/apps/Applications/gnomesword.desktop share/gnome/help/gnomesword/C/index.html share/gnome/help/gnomesword/C/intro.html @@ -36,4 +36,4 @@ share/locale/sk/LC_MESSAGES/gnomesword.mo @dirrm share/gnome/pixmaps/gnomesword @dirrm share/gnome/help/gnomesword/C @dirrm share/gnome/help/gnomesword -%%PORTDOCS%%@dirrm share/doc/gnomesword +%%PORTDOCS%%@dirrm %%DOCSDIR%% |