diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-10-10 14:53:01 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-10-10 14:53:01 +0000 |
commit | ce12e8d4433fdb0c1e6b1f89c98d7f97ec1d4646 (patch) | |
tree | de9984d5ef56ce348022f395c82fda374495d936 /x11 | |
parent | 634a16f7f5d2333f14514e6af7587000dd62ab42 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxpanel/Makefile | 8 |
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> |