diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-21 14:32:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-21 14:32:05 +0800 |
commit | 92159dc2086332e70615bc2f343e3f7ca8199e85 (patch) | |
tree | 3b3382c195488e17b470a031aae1f9c6c791f337 | |
parent | 5e69fe778f2fb06e427f11063510cf07d6f01c3f (diff) | |
download | marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar.gz marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar.bz2 marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar.lz marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar.xz marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.tar.zst marcuscom-ports-92159dc2086332e70615bc2f343e3f7ca8199e85.zip |
Fix the plist not to conflict with gnomehier.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3459 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp/Makefile | 1 | ||||
-rw-r--r-- | x11/yelp/pkg-plist | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 92457ca26..72f76ae08 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -7,6 +7,7 @@ PORTNAME= yelp PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index fc964fd0d..e6dea27de 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -8,7 +8,6 @@ share/gnome/sgml/docbook/yelp/db2html.xsl share/gnome/sgml/docbook/yelp/info2html.xsl share/gnome/sgml/docbook/yelp/man2html.xsl share/gnome/sgml/docbook/yelp/toc2html.xsl -@exec mkdir -p %D/share/gnome/sgml/docbook/gnome-customization-0.1 share/gnome/yelp/default.css share/gnome/yelp/icons/yelp-icon-caution.png share/gnome/yelp/icons/yelp-icon-important.png @@ -99,10 +98,13 @@ share/locale/wa/LC_MESSAGES/yelp.mo share/locale/zh_CN/LC_MESSAGES/yelp.mo share/locale/zh_TW/LC_MESSAGES/yelp.mo share/locale/zu/LC_MESSAGES/yelp.mo +@dirrm share/locale/zu/LC_MESSAGES +@dirrm share/locale/zu +@dirrm share/locale/nso/LC_MESSAGES +@dirrm share/locale/nso +@dirrm share/locale/mr/LC_MESSAGES +@dirrm share/locale/mr @dirrm share/gnome/yelp/ui @dirrm share/gnome/yelp/icons @dirrm share/gnome/yelp @dirrm share/gnome/sgml/docbook/yelp -@dirrm share/gnome/sgml/docbook/gnome-customization-0.1 -@dirrm share/gnome/sgml/docbook -@dirrm share/gnome/sgml |