aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-03-11 19:19:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-03-11 19:19:02 +0000
commit2e6c75cd621e05d38e3057c505cb891401e4ba44 (patch)
tree9174315bc7fe2bea1a86aaa8b565a12cfbe41b6d /deskutils
parent86d2e78472d4a6c7b2ebd992fb2bc2f95abb589b (diff)
downloadports-2e6c75cd621e05d38e3057c505cb891401e4ba44.tar.gz
ports-2e6c75cd621e05d38e3057c505cb891401e4ba44.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/conduit/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile
index 3eca33de4857..3dc1268e1342 100644
--- a/deskutils/conduit/Makefile
+++ b/deskutils/conduit/Makefile
@@ -4,7 +4,7 @@
PORTNAME= conduit
PORTVERSION= 0.3.17
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils
MASTER_SITES= GNOME
@@ -26,26 +26,20 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goo
USE_PYTHON= yes
GNU_CONFIGURE= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= pygnome2 gnomeprefix
+CONFIGURE_ARGS= --disable-nautilus-extension
-OPTIONS_DEFINE= NAUTILUS EOG
-OPTIONS_DEFAULT=NAUTILUS EOG
-NAUTILUS_DESC= Build Nautilus Plugin
+OPTIONS_DEFINE= EOG
+OPTIONS_DEFAULT=EOG
EOG_DESC= Build Eye-Of-Gnome Plugin
-NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MNAUTILUS}
-USE_GNOME+= nautilus2
-CONFIGURE_ARGS+= --enable-nautilus-extension
-.endif
-
.if ${PORT_OPTIONS:MEOG}
BUILD_DEPENDS+= eog:${PORTSDIR}/graphics/eog
RUN_DEPENDS+= eog:${PORTSDIR}/graphics/eog
@@ -53,8 +47,6 @@ CONFIGURE_ARGS+= --enable-eog-plugin
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/data/Makefile.in
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
-e 's|/usr/bin/python|${LOCALBASE}/bin/python|' \
-e 's|/usr/lib/firefox*|${LOCALBASE}/lib/firefox|'