diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/consolekit | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
download | ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip |
Notes
Diffstat (limited to 'sysutils/consolekit')
-rw-r--r-- | sysutils/consolekit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index ef7f87bd73de..ba70942b3878 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $ @@ -26,6 +25,7 @@ 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 |