aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:27:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:27:25 +0000
commit10040494997ddddda4737ddd5c16b0697579b80b (patch)
tree0a51fe1d036f00eb92a1cc52b8f5e48ae8ff4cee /archivers
parent147cd26bda7870e7a0c887a2553d9d0aa8c6b8aa (diff)
downloadports-10040494997ddddda4737ddd5c16b0697579b80b.tar.gz
ports-10040494997ddddda4737ddd5c16b0697579b80b.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/file-roller/Makefile6
-rw-r--r--archivers/file-roller/pkg-plist34
-rw-r--r--archivers/fileroller/Makefile6
-rw-r--r--archivers/fileroller/pkg-plist34
4 files changed, 74 insertions, 6 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 2480f171042a..835ed39c1357 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/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/file-roller/pkg-plist b/archivers/file-roller/pkg-plist
index d0d6660562b5..aac6a107928f 100644
--- a/archivers/file-roller/pkg-plist
+++ b/archivers/file-roller/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
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