diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2012-04-07 06:11:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2012-04-07 06:11:06 +0000 |
commit | 9cf37d93fcc586e02cb77a5684fd02e001c0d40c (patch) | |
tree | fb8fb0a2d65ae7a0d867114d49662e4accd059dd /www/WebMagick/files/patch-Makefile.am | |
parent | - Avoid creating an empty directory. [1] (diff) |
1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta.
2) Use autotools.
3) Add LICENSE.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294311
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 \ |