summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-15 16:15:40 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-15 16:15:40 +0800
commitffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2 (patch)
tree7b77505f3401078e3c370822a6a6898d49233b80 /www/webkit-gtk2/files
parent48fd8b5156ba7d17da10123c0bf73aca91663ad4 (diff)
downloadmarcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar.gz
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar.bz2
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar.lz
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar.xz
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.tar.zst
marcuscom-ports-ffcbbd7f2979f7f08d240f0fe83f62b5f6b627b2.zip
Don't install docs, this makes it parallel installable with webkit-gtk3.
Convert to optionsNG git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16988 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/files')
-rw-r--r--www/webkit-gtk2/files/patch-GNUmakefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in
new file mode 100644
index 000000000..6a03d0216
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-GNUmakefile.in
@@ -0,0 +1,20 @@
+--- GNUmakefile.in.orig 2012-07-13 11:41:16.000000000 +0200
++++ GNUmakefile.in 2012-07-13 11:46:05.000000000 +0200
+@@ -73545,7 +73545,7 @@
+
+ info-am:
+
+-install-data-am: install-audioDATA install-data-local \
++install-data-am: install-audioDATA po-install-data-local \
+ install-dist_audioDATA install-dist_resourcesDATA \
+ install-dist_webinspectorDATA \
+ install-dist_webinspectorimagesDATA \
+@@ -74192,7 +74192,7 @@
+ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
+ exit 1
+
+-po-install-data-local: all
++po-install-data-local:
+ $(mkdir_p) $(DESTDIR)$(datadir)
+ @catalogs='$(MOFILES)'; \
+ for cat in $$catalogs; do \