Set app-defaults folder so it is in ${PREFIX} (previously tried to install
in /usr/lib). Bump PKGREVISION
This commit is contained in:
parent
cd01c74c82
commit
2cfc565bdd
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2009/02/04 13:16:33 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2009/10/20 13:15:29 sborrill Exp $
|
||||
|
||||
.include "../../x11/xlockmore/Makefile.common"
|
||||
|
||||
PKGREVISION= 1
|
||||
PKGNAME= ${DISTNAME:S/-/-lite-/}
|
||||
COMMENT= "lite" version of xlockmore
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.79 2009/09/30 14:59:06 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.80 2009/10/20 13:15:29 sborrill Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
COMMENT= Like the XLock session-locker/screensaver, but with more
|
||||
|
||||
CONFIGURE_ARGS+= --with-mesagl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.54 2009/04/16 12:31:18 tron Exp $
|
||||
# $NetBSD: Makefile.common,v 1.55 2009/10/20 13:15:29 sborrill Exp $
|
||||
#
|
||||
# This Makefile.common is included by:
|
||||
#
|
||||
|
@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --without-dtsaver
|
|||
CONFIGURE_ARGS+= --without-rplay
|
||||
CONFIGURE_ARGS+= --without-nas
|
||||
CONFIGURE_ARGS+= --without-gtk
|
||||
CONFIGURE_ARGS+= --enable-appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
||||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
XLOCK_AUDIOPLAY?= /usr/bin/audioplay
|
||||
|
|
Loading…
Reference in a new issue