summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-10 17:13:57 +0000
committerreg <reg@FreeBSD.org>2000-10-10 17:13:57 +0000
commit4ee708673bb08a3a2e2c1beba839265bd5010a08 (patch)
treeebf10239986a220068d6eb5c1d0a23242dd625d2
parent3f59f239ae3d0040c7a366fb12b4651792495fdc (diff)
downloadFreeBSD-ports-4ee708673bb08a3a2e2c1beba839265bd5010a08.zip
FreeBSD-ports-4ee708673bb08a3a2e2c1beba839265bd5010a08.tar.gz
Fix my breakage. Put gnome files in the right places, and plugins in lib.
Noticed by: asami
-rw-r--r--www/screem-devel/Makefile2
-rw-r--r--www/screem-devel/pkg-plist28
-rw-r--r--www/screem/Makefile2
-rw-r--r--www/screem/pkg-plist28
4 files changed, 30 insertions, 30 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile
index 82c94f6..74e7549 100644
--- a/www/screem-devel/Makefile
+++ b/www/screem-devel/Makefile
@@ -30,7 +30,7 @@ pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\@GNOME_DATA_PREFIX\@/gnome|\@GNOME_DATA_PREFIX\@|g ; \
+ 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
diff --git a/www/screem-devel/pkg-plist b/www/screem-devel/pkg-plist
index 7a03414..ab002c4 100644
--- a/www/screem-devel/pkg-plist
+++ b/www/screem-devel/pkg-plist
@@ -1,4 +1,17 @@
bin/screem
+lib/screem/plugins/colourWizard.so
+lib/screem/plugins/cssWizard.so
+lib/screem/plugins/entityWizard.so
+lib/screem/plugins/formWizard.so
+lib/screem/plugins/frameWizard.so
+lib/screem/plugins/galleryWizard.so
+lib/screem/plugins/imageWizard.so
+lib/screem/plugins/linkWizard.so
+lib/screem/plugins/mailWizard.so
+lib/screem/plugins/script.scm
+lib/screem/plugins/ssiWizard.so
+lib/screem/plugins/tableWizard.so
+lib/screem/plugins/uploadWizard.so
share/gnome/apps/Development/screem.desktop
share/gnome/help/screem/C/authors.html
share/gnome/help/screem/C/buttons.html
@@ -213,19 +226,6 @@ share/gnome/screem/htmlhelp/tables/tr.html
share/gnome/screem/htmlhelp/values.html
share/gnome/screem/htmlhelp/wdglogo-small.gif
share/gnome/screem/htmlhelp/wdglogo1.gif
-share/gnome/screem/plugins/colourWizard.so
-share/gnome/screem/plugins/cssWizard.so
-share/gnome/screem/plugins/entityWizard.so
-share/gnome/screem/plugins/formWizard.so
-share/gnome/screem/plugins/frameWizard.so
-share/gnome/screem/plugins/galleryWizard.so
-share/gnome/screem/plugins/imageWizard.so
-share/gnome/screem/plugins/linkWizard.so
-share/gnome/screem/plugins/mailWizard.so
-share/gnome/screem/plugins/script.scm
-share/gnome/screem/plugins/ssiWizard.so
-share/gnome/screem/plugins/tableWizard.so
-share/gnome/screem/plugins/uploadWizard.so
share/gnome/screem/resources/Images/made.jpg
share/gnome/screem/screem.tagtree
share/gnome/screem/syntax/html.screem.syntax
@@ -246,7 +246,6 @@ share/locale/tr/LC_MESSAGES/screem.mo
@dirrm share/gnome/screem/resources/HTML
@dirrm share/gnome/screem/resources/Applets
@dirrm share/gnome/screem/resources
-@dirrm share/gnome/screem/plugins
@dirrm share/gnome/screem/htmlhelp/tables
@dirrm share/gnome/screem/htmlhelp/special
@dirrm share/gnome/screem/htmlhelp/phrase
@@ -269,3 +268,4 @@ share/locale/tr/LC_MESSAGES/screem.mo
@dirrm share/gnome/help/screem/C/figs
@dirrm share/gnome/help/screem/C
@dirrm share/gnome/help/screem
+@dirrm lib/screem/plugins
diff --git a/www/screem/Makefile b/www/screem/Makefile
index 82c94f6..74e7549 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -30,7 +30,7 @@ pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\@GNOME_DATA_PREFIX\@/gnome|\@GNOME_DATA_PREFIX\@|g ; \
+ 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
diff --git a/www/screem/pkg-plist b/www/screem/pkg-plist
index 7a03414..ab002c4 100644
--- a/www/screem/pkg-plist
+++ b/www/screem/pkg-plist
@@ -1,4 +1,17 @@
bin/screem
+lib/screem/plugins/colourWizard.so
+lib/screem/plugins/cssWizard.so
+lib/screem/plugins/entityWizard.so
+lib/screem/plugins/formWizard.so
+lib/screem/plugins/frameWizard.so
+lib/screem/plugins/galleryWizard.so
+lib/screem/plugins/imageWizard.so
+lib/screem/plugins/linkWizard.so
+lib/screem/plugins/mailWizard.so
+lib/screem/plugins/script.scm
+lib/screem/plugins/ssiWizard.so
+lib/screem/plugins/tableWizard.so
+lib/screem/plugins/uploadWizard.so
share/gnome/apps/Development/screem.desktop
share/gnome/help/screem/C/authors.html
share/gnome/help/screem/C/buttons.html
@@ -213,19 +226,6 @@ share/gnome/screem/htmlhelp/tables/tr.html
share/gnome/screem/htmlhelp/values.html
share/gnome/screem/htmlhelp/wdglogo-small.gif
share/gnome/screem/htmlhelp/wdglogo1.gif
-share/gnome/screem/plugins/colourWizard.so
-share/gnome/screem/plugins/cssWizard.so
-share/gnome/screem/plugins/entityWizard.so
-share/gnome/screem/plugins/formWizard.so
-share/gnome/screem/plugins/frameWizard.so
-share/gnome/screem/plugins/galleryWizard.so
-share/gnome/screem/plugins/imageWizard.so
-share/gnome/screem/plugins/linkWizard.so
-share/gnome/screem/plugins/mailWizard.so
-share/gnome/screem/plugins/script.scm
-share/gnome/screem/plugins/ssiWizard.so
-share/gnome/screem/plugins/tableWizard.so
-share/gnome/screem/plugins/uploadWizard.so
share/gnome/screem/resources/Images/made.jpg
share/gnome/screem/screem.tagtree
share/gnome/screem/syntax/html.screem.syntax
@@ -246,7 +246,6 @@ share/locale/tr/LC_MESSAGES/screem.mo
@dirrm share/gnome/screem/resources/HTML
@dirrm share/gnome/screem/resources/Applets
@dirrm share/gnome/screem/resources
-@dirrm share/gnome/screem/plugins
@dirrm share/gnome/screem/htmlhelp/tables
@dirrm share/gnome/screem/htmlhelp/special
@dirrm share/gnome/screem/htmlhelp/phrase
@@ -269,3 +268,4 @@ share/locale/tr/LC_MESSAGES/screem.mo
@dirrm share/gnome/help/screem/C/figs
@dirrm share/gnome/help/screem/C
@dirrm share/gnome/help/screem
+@dirrm lib/screem/plugins
OpenPOWER on IntegriCloud