diff options
Diffstat (limited to 'www/WebMagick/files/patch-Makefile.am')
-rw-r--r-- | www/WebMagick/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/WebMagick/files/patch-Makefile.am b/www/WebMagick/files/patch-Makefile.am new file mode 100644 index 000000000000..e1425300e082 --- /dev/null +++ b/www/WebMagick/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.bak 2002-10-23 03:54:54.000000000 +0400 ++++ Makefile.am 2012-04-07 10:05:09.000000000 +0400 +@@ -24,7 +24,7 @@ + $(INSTALL_SCRIPT) $$file $(ICON_INSTALL_DIR) ; \ + done + $(mkinstalldirs) $(ETC_INSTALL_DIR) +- $(INSTALL_DATA) webmagickrc $(ETC_INSTALL_DIR)/webmagickrc ++# $(INSTALL_DATA) webmagickrc $(ETC_INSTALL_DIR)/webmagickrc + + # Additional files to distribute + EXTRA_DIST = INSTALL.generic MANIFEST TODO webmagick.in \ |