diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-08 17:41:52 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-08 17:41:52 +0000 |
commit | 5d3da8cf47c214d428157433e86ac6c5788088c5 (patch) | |
tree | 528901ac7e0d8aaee15e53ac990fc6073e5890d6 /devel/codeblocks/files/patch-Makefile.am | |
parent | New port: devel/gitblit (diff) |
devel/codeblocks: 13.12 -> 16.01
- Changes:
http://www.codeblocks.org/downloads/binaries/changelog
- submitter re-takes maintainer
PR: 209377
Submitted by: lbartoletti@tuxfamily.org
Diffstat (limited to 'devel/codeblocks/files/patch-Makefile.am')
-rw-r--r-- | devel/codeblocks/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/codeblocks/files/patch-Makefile.am b/devel/codeblocks/files/patch-Makefile.am new file mode 100644 index 000000000000..aef89ad3871e --- /dev/null +++ b/devel/codeblocks/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2016-01-23 16:43:26 UTC ++++ Makefile.am +@@ -10,7 +10,7 @@ endif + + am__tar = @am__tar@ $(ADDITIONAL_MAKE_DIST_OPTIONS) + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig + pkgconfig_DATA = codeblocks.pc + + EXTRA_DIST = bootstrap \ |