diff options
author | tron <tron@pkgsrc.org> | 2006-01-07 12:04:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-07 12:04:48 +0000 |
commit | 50e0f7dc498f22349f1dc541722dd12c9bd60d4a (patch) | |
tree | 535be58e47c9c492adcb6f1fbcd8a1c063c12702 /x11/xlockmore | |
parent | 5baa5594a82af0659d124338cc14018d81e5ffaf (diff) | |
download | pkgsrc-50e0f7dc498f22349f1dc541722dd12c9bd60d4a.tar.gz |
Fix installation path of application defaults file "XLock" which ended up
in "${X11BASE}/lib/X11/app-defaults" instead of
"${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents
of binary package has been corrected.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 2aabe691c90..764f072ac20 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2005/01/17 17:01:29 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2006/01/07 12:04:48 tron Exp $ .include "Makefile.common" +PKGREVISION= 1 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 be9fb66faee..71d86aa2339 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2005/12/05 23:55:24 rillig Exp $ +# $NetBSD: Makefile.common,v 1.39 2006/01/07 12:04:48 tron Exp $ # # This Makefile.common is included by: # @@ -58,6 +58,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" .if !empty(PKG_OPTIONS:Moss) |