diff options
author | sborrill <sborrill> | 2009-10-20 13:15:29 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2009-10-20 13:15:29 +0000 |
commit | 15afa291d704e48c16b1eb789981d784d8f3bb05 (patch) | |
tree | 3d241592ad78fc7e92d189eed4e10bcea8464e4e /x11 | |
parent | 065bfcf11fffe45c3aa7bf72bb6e3ca125a0a7d8 (diff) | |
download | pkgsrc-15afa291d704e48c16b1eb789981d784d8f3bb05.tar.gz |
Set app-defaults folder so it is in ${PREFIX} (previously tried to install
in /usr/lib).
Bump PKGREVISION
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore-lite/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile | 4 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index cf815ceacb1..0e4d649256f 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -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 diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index ebc95f23995..e261778d8a2 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -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 diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 2926477364d..6a29998b6ba 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -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 |