diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-05 20:58:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-05 20:58:03 +0800 |
commit | cf71102289136925c9fca7fcd7e90f630d893d8e (patch) | |
tree | 42f41ff92dd76204a9be4535da5e73d02c061e32 /sysutils | |
parent | ccee674b869ba20b482ec623106b812697a27955 (diff) | |
download | freebsd-ports-gnome-cf71102289136925c9fca7fcd7e90f630d893d8e.tar.gz freebsd-ports-gnome-cf71102289136925c9fca7fcd7e90f630d893d8e.tar.zst freebsd-ports-gnome-cf71102289136925c9fca7fcd7e90f630d893d8e.zip |
Stagify.
USE_GNOME=gnomehack -> USES=pathfix
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zeitgeist/Makefile | 7 | ||||
-rw-r--r-- | sysutils/zeitgeist/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index fd08abd6599a..e3a4b6e5fb66 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -18,16 +18,13 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -USE_GNOME= gnomehack intlhack pygobject +USE_GNOME= intlhack pygobject USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gmake gettext +USES= gmake gettext pathfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= zeitgeist-daemon.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/extra/rdfxml2py diff --git a/sysutils/zeitgeist/pkg-plist b/sysutils/zeitgeist/pkg-plist index 0b2000f4474c..e0c8aea34e59 100644 --- a/sysutils/zeitgeist/pkg-plist +++ b/sysutils/zeitgeist/pkg-plist @@ -15,6 +15,7 @@ bin/zeitgeist-daemon %%PYTHON_SITELIBDIR%%/zeitgeist/mimetypes.pyc %%PYTHON_SITELIBDIR%%/zeitgeist/mimetypes.pyo libdata/pkgconfig/zeitgeist-daemon.pc +man/man1/zeitgeist-daemon.1.gz share/dbus-1/services/org.gnome.zeitgeist.service share/locale/bg/LC_MESSAGES/zeitgeist.mo share/locale/ca/LC_MESSAGES/zeitgeist.mo |