diff options
author | marcus <marcus@FreeBSD.org> | 2009-02-25 03:08:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-02-25 03:08:33 +0800 |
commit | 79b8188f4b77389bcd932d6ac95f66b62b356cd3 (patch) | |
tree | 9df73c0bc80b2dabd184977782b5b9b8f69f7f9a | |
parent | f1b345479624b6c10824f6a924523afad6c4c7c8 (diff) | |
download | freebsd-ports-gnome-79b8188f4b77389bcd932d6ac95f66b62b356cd3.tar.gz freebsd-ports-gnome-79b8188f4b77389bcd932d6ac95f66b62b356cd3.tar.zst freebsd-ports-gnome-79b8188f4b77389bcd932d6ac95f66b62b356cd3.zip |
Correct plist.
Reported by: QAT
-rw-r--r-- | math/gnumeric/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 14723f44fb0d..df5c9fcd0322 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnumeric PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 50ed1a69e90d..0faf1f76ad8b 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -243,6 +243,9 @@ lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.la lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so +lib/goffice/0.7.3/plugins/gnumeric/gnumeric.la +lib/goffice/0.7.3/plugins/gnumeric/gnumeric.so +lib/goffice/0.7.3/plugins/gnumeric/plugin.xml lib/libspreadsheet-%%VERSION%%.so lib/libspreadsheet.la lib/libspreadsheet.so @@ -930,6 +933,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm share/gnumeric/%%VERSION%%/autoformat-templates @dirrm share/gnumeric/%%VERSION%% @dirrm share/gnumeric +@dirrm lib/goffice/0.7.3/plugins/gnumeric @dirrm lib/gnumeric/%%VERSION%%/plugins/xbase @dirrm lib/gnumeric/%%VERSION%%/plugins/uihello @dirrm lib/gnumeric/%%VERSION%%/plugins/sylk |