[Midnightbsd-cvs] mports [23491] trunk/x11/mlogind: minor cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 10 18:27:36 EDT 2018
Revision: 23491
http://svnweb.midnightbsd.org/mports/?rev=23491
Author: laffer1
Date: 2018-05-10 18:27:35 -0400 (Thu, 10 May 2018)
Log Message:
-----------
minor cleanup
Modified Paths:
--------------
trunk/x11/mlogind/Makefile
trunk/x11/mlogind/pkg-plist
Modified: trunk/x11/mlogind/Makefile
===================================================================
--- trunk/x11/mlogind/Makefile 2018-05-10 22:23:31 UTC (rev 23490)
+++ trunk/x11/mlogind/Makefile 2018-05-10 22:27:35 UTC (rev 23491)
@@ -12,11 +12,11 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
- libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
- libpng.so:${PORTSDIR}/graphics/png \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= libdbus-1.so:devel/dbus \
+ libpthread-stubs.so:devel/libpthread-stubs \
+ libpng.so:graphics/png \
+ libfreetype.so:print/freetype2 \
+ libfontconfig.so:x11-fonts/fontconfig
USES= cmake jpeg pkgconfig
USE_GITHUB= yes
@@ -54,7 +54,7 @@
.if ${PORT_OPTIONS:MCONSOLEKIT}
CMAKE_ARGS+= -DUSE_CONSOLEKIT=yes
-LIB_DEPENDS+= libck-connector.so:${PORTSDIR}/sysutils/consolekit
+LIB_DEPENDS+= libck-connector.so:sysutils/consolekit
.else
CMAKE_ARGS+= -DUSE_CONSOLEKIT=no
.endif
Modified: trunk/x11/mlogind/pkg-plist
===================================================================
--- trunk/x11/mlogind/pkg-plist 2018-05-10 22:23:31 UTC (rev 23490)
+++ trunk/x11/mlogind/pkg-plist 2018-05-10 22:27:35 UTC (rev 23491)
@@ -1,9 +1,9 @@
bin/mlogind
lib/libmlogind.so
lib/libmlogind.so.1.3.6
-%%DATADIR%%/themes/default/background.jpg
-%%DATADIR%%/themes/default/panel.png
-%%DATADIR%%/themes/default/mlogind.theme
+share/mlogind/themes/default/background.jpg
+share/mlogind/themes/default/panel.png
+share/mlogind/themes/default/mlogind.theme
man/man1/mlogind.1.gz
@sample etc/mlogind.conf.sample
@sample etc/pam.d/mlogind.sample
More information about the Midnightbsd-cvs
mailing list