diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 12:27:25 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 12:27:25 +0800 |
commit | 77a76a78e47c0a55576315d36a6fded1f25d39c3 (patch) | |
tree | 41ded2bdbff91134148e23617fe3f42425a22421 /archivers/fileroller | |
parent | ba4775c8ab3642c2a4361fa0848bf2a1e59c5320 (diff) | |
download | freebsd-ports-gnome-77a76a78e47c0a55576315d36a6fded1f25d39c3.tar.gz freebsd-ports-gnome-77a76a78e47c0a55576315d36a6fded1f25d39c3.tar.zst freebsd-ports-gnome-77a76a78e47c0a55576315d36a6fded1f25d39c3.zip |
fix plist
PR: 39639
Submitted by: Ports Fury
Diffstat (limited to 'archivers/fileroller')
-rw-r--r-- | archivers/fileroller/Makefile | 6 | ||||
-rw-r--r-- | archivers/fileroller/pkg-plist | 34 |
2 files changed, 37 insertions, 3 deletions
diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index 2480f171042a..835ed39c1357 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -7,6 +7,7 @@ PORTNAME= fileroller PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +29,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$(datadir)/gnome/apps|\$$(datadir)/apps|g ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' + 's|\$$\(datadir\)/gnome/apps|\$$\(datadir\)/apps|g ; \ + s|\$$\(datadir\)/gnome/help|\$$\(datadir\)/help|g ; \ + s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' post-install: .if !defined(NOPORTDOCS) diff --git a/archivers/fileroller/pkg-plist b/archivers/fileroller/pkg-plist index d0d6660562b5..aac6a107928f 100644 --- a/archivers/fileroller/pkg-plist +++ b/archivers/fileroller/pkg-plist @@ -4,8 +4,8 @@ bin/fr-document-viewer %%PORTDOCS%%share/doc/fileroller/NEWS %%PORTDOCS%%share/doc/fileroller/README %%PORTDOCS%%share/doc/fileroller/TODO -share/gnome/apps/Utilities/file-roller.desktop share/gnome/application-registry/file-roller.applications +share/gnome/apps/Utilities/file-roller.desktop share/gnome/file-roller/glade/file_roller.glade share/gnome/file-roller/glade/file_roller_prop.glade share/gnome/file-roller/icons/add.xpm @@ -20,8 +20,35 @@ share/gnome/file-roller/scripts/Extract_here share/gnome/file-roller/scripts/Extract_in_a_subfolder share/gnome/file-roller/scripts/Extract_to share/gnome/file-roller/scripts/README +share/gnome/help/file-roller/C/docbook.css +share/gnome/help/file-roller/C/figures/fr-add-dialog.png +share/gnome/help/file-roller/C/figures/fr-extract.png +share/gnome/help/file-roller/C/figures/fr-mainwindow.png +share/gnome/help/file-roller/C/figures/fr-prefs.png +share/gnome/help/file-roller/C/file-roller.sgml +share/gnome/help/file-roller/C/fr-about.html +share/gnome/help/file-roller/C/fr-creating.html +share/gnome/help/file-roller/C/fr-extracting.html +share/gnome/help/file-roller/C/fr-modifying.html +share/gnome/help/file-roller/C/fr-opening-viewing.html +share/gnome/help/file-roller/C/fr-settings.html +share/gnome/help/file-roller/C/fr-viewing-file.html +share/gnome/help/file-roller/C/index.html +share/gnome/help/file-roller/C/stylesheet-images/caution.gif +share/gnome/help/file-roller/C/stylesheet-images/home.gif +share/gnome/help/file-roller/C/stylesheet-images/important.gif +share/gnome/help/file-roller/C/stylesheet-images/next.gif +share/gnome/help/file-roller/C/stylesheet-images/note.gif +share/gnome/help/file-roller/C/stylesheet-images/prev.gif +share/gnome/help/file-roller/C/stylesheet-images/tip.gif +share/gnome/help/file-roller/C/stylesheet-images/toc-blank.gif +share/gnome/help/file-roller/C/stylesheet-images/toc-minus.gif +share/gnome/help/file-roller/C/stylesheet-images/toc-plus.gif +share/gnome/help/file-roller/C/stylesheet-images/up.gif +share/gnome/help/file-roller/C/stylesheet-images/warning.gif share/gnome/mime-info/file-roller.keys share/gnome/mime-info/file-roller.mime +share/gnome/omf/file-roller/file-roller-C.omf share/gnome/pixmaps/file-roller.png share/locale/de/LC_MESSAGES/file-roller.mo share/locale/es/LC_MESSAGES/file-roller.mo @@ -35,6 +62,11 @@ share/locale/pl/LC_MESSAGES/file-roller.mo share/locale/pt_BR/LC_MESSAGES/file-roller.mo share/locale/ru/LC_MESSAGES/file-roller.mo share/locale/sv/LC_MESSAGES/file-roller.mo +@dirrm share/gnome/omf/file-roller +@dirrm share/gnome/help/file-roller/C/stylesheet-images +@dirrm share/gnome/help/file-roller/C/figures +@dirrm share/gnome/help/file-roller/C +@dirrm share/gnome/help/file-roller @dirrm share/gnome/file-roller/scripts @dirrm share/gnome/file-roller/icons @dirrm share/gnome/file-roller/glade |