summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2010-10-10 14:53:01 +0000
committerKris Moore <kmoore@FreeBSD.org>2010-10-10 14:53:01 +0000
commitce12e8d4433fdb0c1e6b1f89c98d7f97ec1d4646 (patch)
treede9984d5ef56ce348022f395c82fda374495d936 /x11
parentFix scan-build by actually replacing %%DATADIR%%. (diff)
Use gnomehack to fix pkgconfig handling.
Notes
Notes: svn path=/head/; revision=262763
Diffstat (limited to 'x11')
-rw-r--r--x11/lxpanel/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile
index 5fdb6947379f..3142bcb4d837 100644
--- a/x11/lxpanel/Makefile
+++ b/x11/lxpanel/Makefile
@@ -54,12 +54,4 @@ pre-patch:
@${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \
${WRKSRC}/po/Makefile.in.in
-post-configure:
- ${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -e 's|(prefix)/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.post.mk>