aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2010-10-08 23:01:08 +0800
committerkmoore <kmoore@FreeBSD.org>2010-10-08 23:01:08 +0800
commit2494a8cb3f0beb15400e0f92c03b12a85c920371 (patch)
tree097b2db18d89e3966d63e137bb04503cf9883fb3 /x11
parente90d82f20d3173aa7e0df08a616c552b09ba10f2 (diff)
downloadfreebsd-ports-gnome-2494a8cb3f0beb15400e0f92c03b12a85c920371.tar.gz
freebsd-ports-gnome-2494a8cb3f0beb15400e0f92c03b12a85c920371.tar.zst
freebsd-ports-gnome-2494a8cb3f0beb15400e0f92c03b12a85c920371.zip
- Use gnomehack to fix pkgconfig files properly
Diffstat (limited to 'x11')
-rw-r--r--x11/libfm/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile
index 12b825963d39..5b06f238f26a 100644
--- a/x11/libfm/Makefile
+++ b/x11/libfm/Makefile
@@ -16,7 +16,7 @@ COMMENT= The libFM backend library to PCManFM.
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \
menu-cache.1:${PORTSDIR}/x11/menu-cache
-USE_GNOME= gtk20 pkgconfig
+USE_GNOME= gnomehack gtk20 pkgconfig
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
USE_FAM= yes
@@ -37,14 +37,6 @@ PLIST_SUB+= NLS="@comment "
.include <bsd.port.pre.mk>
-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
-
pre-install:
cd ${WRKDIR}/libfm-${PORTVERSION} && ${CHMOD} 755 install-sh