mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
- 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
389 B
Text
11 lines
389 B
Text
--- ./Magick++/lib/Makefile.in.orig 2008-04-10 11:16:21.000000000 -0400
|
|
+++ ./Magick++/lib/Makefile.in 2008-09-02 08:05:28.000000000 -0400
|
|
@@ -400,7 +400,7 @@
|
|
AM_LDFLAGS = @LDFLAGS@ $(LIBSTDCLDFLAGS)
|
|
|
|
# Pkgconfig directory
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
|
|
# Files to install in Pkgconfig directory
|
|
pkgconfig_DATA = GraphicsMagick++.pc
|