diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 01:06:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 01:06:06 +0800 |
commit | 5ca88b64035a4a6bc6e38984a44982f253706cba (patch) | |
tree | 2425d12d3b577938c41b50b0ff63dce9d657e8cd | |
parent | 16dbea21019475309166407fe8309109f5e8e2b1 (diff) | |
download | marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar.gz marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar.bz2 marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar.lz marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar.xz marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.tar.zst marcuscom-ports-5ca88b64035a4a6bc6e38984a44982f253706cba.zip |
Install omf in the correct place, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7427 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/alexandria/Makefile | 5 | ||||
-rw-r--r-- | deskutils/alexandria/pkg-plist | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile index 9339e03ad..80380a017 100644 --- a/deskutils/alexandria/Makefile +++ b/deskutils/alexandria/Makefile @@ -7,7 +7,7 @@ PORTNAME= alexandria PORTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -43,6 +43,9 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" IGNORE= only works with Ruby 1.8.0 or later .endif +post-extract: + @${MV} ${WRKSRC}/data/omf ${WRKSRC}/data/gnome/ + post-install: @${MKDIR} ${LOCALBASE}/etc/gconf/schemas @${INSTALL_DATA} ${WRKSRC}/schemas/alexandria.schemas \ diff --git a/deskutils/alexandria/pkg-plist b/deskutils/alexandria/pkg-plist index e0baf1504..b7a3ef97d 100644 --- a/deskutils/alexandria/pkg-plist +++ b/deskutils/alexandria/pkg-plist @@ -102,6 +102,7 @@ share/gnome/help/alexandria/C/figures/alexandria_list_view_search.png share/gnome/help/alexandria/C/figures/alexandria_loaning.png share/gnome/help/alexandria/C/figures/alexandria_main_window.png share/gnome/help/alexandria/ChangeLog +share/gnome/omf/alexandria/alexandria-C.omf share/locale/cs/LC_MESSAGES/alexandria.mo share/locale/cy/LC_MESSAGES/alexandria.mo share/locale/de/LC_MESSAGES/alexandria.mo @@ -113,14 +114,13 @@ share/locale/pl/LC_MESSAGES/alexandria.mo share/locale/pt/LC_MESSAGES/alexandria.mo share/locale/pt_BR/LC_MESSAGES/alexandria.mo share/locale/sv/LC_MESSAGES/alexandria.mo -share/omf/alexandria/alexandria-C.omf -@dirrm share/omf/alexandria @dirrmtry share/locale/pt/LC_MESSAGES @dirrmtry share/locale/pt @dirrmtry share/locale/pl/LC_MESSAGES @dirrmtry share/locale/pl @dirrmtry share/locale/cs/LC_MESSAGES @dirrmtry share/locale/cs +@dirrm share/gnome/omf/alexandria @dirrm share/gnome/help/alexandria/C/figures @dirrm share/gnome/help/alexandria/C @dirrm share/gnome/help/alexandria |