0f9d4fa801
- Made various stylistic fixes to Makefile. - Broke files/patch-* files into individiual patch files and used "make makepatch" to name them all correctly. - Removed NOPORTDOCS support, pending support in upstream package installation process. Reviewed by: beech, itetcu Approved by: beech (mentor, implicit)
11 lines
367 B
Text
11 lines
367 B
Text
--- ./wand/Makefile.in.orig 2008-04-10 11:16:25.000000000 -0400
|
|
+++ ./wand/Makefile.in 2008-09-02 08:05:29.000000000 -0400
|
|
@@ -427,7 +427,7 @@
|
|
noinst_HEADERS = magick_compat.h
|
|
|
|
# Pkgconfig directory
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
|
|
# Files to install in Pkgconfig directory
|
|
pkgconfig_DATA = GraphicsMagickWand.pc
|