pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/pwm Fix the definition of CONF_FILES so that pwm.co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29e1c1bf8a6c
branches:  trunk
changeset: 499237:29e1c1bf8a6c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 16 04:17:40 2005 +0000

description:
Fix the definition of CONF_FILES so that pwm.conf is considered a
configuration file again.  Bump the PKGREVISION to 1.

diffstat:

 wm/pwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r adf433b86e3c -r 29e1c1bf8a6c wm/pwm/Makefile
--- a/wm/pwm/Makefile   Fri Sep 16 00:53:29 2005 +0000
+++ b/wm/pwm/Makefile   Fri Sep 16 04:17:40 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2005/08/19 18:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/09/16 04:17:40 jlam Exp $
 #
 
 DISTNAME=      pwm-20030617
 PKGNAME=       ${DISTNAME:S/-/-1.0./}
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  http://modeemi.fi/~tuomov/dl/
 
@@ -29,7 +30,6 @@
 CONFS+=                menus-default.conf
 CONFS+=                look-beoslike.conf
 CONFS+=                look-brownsteel.conf
-CONF_FILES=    # empty
 .for FILE in ${CONFS}
 CONF_FILES+=   ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
 .endfor



Home | Main Index | Thread Index | Old Index