diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-12 05:24:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-12 05:24:52 +0000 |
commit | 95961c9583379435a3454f2d5192e7b13d346261 (patch) | |
tree | 036ea38ab99580a8841ebab3b2f8bcf08aad7130 /sysutils/consolekit/Makefile | |
parent | e0bc7d24250ee11d98d8d108605b43934cbd4833 (diff) |
Notes
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r-- | sysutils/consolekit/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index ba70942b3878..3d887721fb2a 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes USE_XORG= x11 -USES= pathfix gettext pkgconfig -USE_GMAKE= yes +USES= pathfix gettext pkgconfig gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -25,13 +24,12 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ --localstatedir=/var -NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ - ${PREFIX}/libexec/ck-get-x11-display-device + ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-display-device ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-server-pid \ - ${PREFIX}/libexec/ck-get-x11-server-pid - ${MKDIR} /var/log/ConsoleKit - ${TOUCH} /var/log/ConsoleKit/history + ${STAGEDIR}${PREFIX}/libexec/ck-get-x11-server-pid + ${MKDIR} ${STAGEDIR}/var/log/ConsoleKit + ${TOUCH} ${STAGEDIR}/var/log/ConsoleKit/history .include <bsd.port.mk> |