diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-21 11:11:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-21 11:11:17 +0800 |
commit | c07ac31e523918a48b746eb30eba5e13f3427390 (patch) | |
tree | cabdb23838032771bb67ec15c6630ef8a2ce812c /deskutils/conduit | |
parent | 1abb142af9466b6d0e3054d5a835905c777f4cf2 (diff) | |
download | freebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.tar.gz freebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.tar.zst freebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.zip |
- Fix shebangs
Diffstat (limited to 'deskutils/conduit')
-rw-r--r-- | deskutils/conduit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index ef9584668a0f..6a3560919b93 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -4,7 +4,7 @@ PORTNAME= conduit PORTVERSION= 0.3.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= GNOME @@ -23,13 +23,16 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas \ xdg-open:devel/xdg-utils GNU_CONFIGURE= yes -USES= gettext gmake pathfix pkgconfig python:2 +USES= gettext gmake pathfix pkgconfig python:2 \ + shebangfix INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= intltool pygnome2 gnomeprefix gnomedocutils CONFIGURE_ARGS= --disable-nautilus-extension +SHEBANG_FILES= conduit/conduit.real \ + tools/conduit-client OPTIONS_DEFINE= EOG OPTIONS_DEFAULT=EOG |