1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Use correct pkgconfig files dir.

PR:		ports/132212
Submitted by:	John Hein <jhein@timing.com>
Approved by:	Amatus <c11h15no2@yahoo.com> (maintainer)
This commit is contained in:
Stanislav Sedov 2009-03-13 19:52:09 +00:00
parent 1a90878336
commit e17e74212b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230009

View File

@ -0,0 +1,11 @@
--- Makefile.am.orig 2008-12-08 10:42:52.000000000 -0700
+++ Makefile.am 2009-02-22 15:46:17.000000000 -0700
@@ -40,7 +40,7 @@
DISTCLEANFILES = check-guile.log
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(DESTDIR)$(prefix)/libdata/pkgconfig
pkgconfig_DATA = guile-1.8.pc
# Makefile.am ends here