mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
af1db7c657
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO - Simplify Makefile PR: 196300 Submitted by: cyberbotx@cyberbotx.com (maintainer)
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- mk/layout.am.orig 2014-11-27 00:40:08 UTC
|
|
+++ mk/layout.am
|
|
@@ -52,7 +52,7 @@ HTDOCS_SUBDIR =
|
|
htdocsdir = ${docdir}$(HTDOCS_SUBDIR)
|
|
|
|
# Where pkg-config files go.
|
|
-pkgconfigdir = ${libdir}/pkgconfig
|
|
+pkgconfigdir = ${PREFIX}/libdata/pkgconfig
|
|
|
|
# Where contributed Python scripts go.
|
|
pkgpythondatadir = $(pkgdatadir)/python
|