pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/webmin Set the default WRKSRC to match the We...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0fc9f5e8539
branches:  trunk
changeset: 512877:a0fc9f5e8539
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 16 16:38:06 2006 +0000

description:
Set the default WRKSRC to match the Webmin defaults.

diffstat:

 sysutils/webmin/wbm.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e1b588544477 -r a0fc9f5e8539 sysutils/webmin/wbm.mk
--- a/sysutils/webmin/wbm.mk    Tue May 16 16:32:12 2006 +0000
+++ b/sysutils/webmin/wbm.mk    Tue May 16 16:38:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: wbm.mk,v 1.2 2006/05/16 06:13:39 jlam Exp $
+# $NetBSD: wbm.mk,v 1.3 2006/05/16 16:38:06 jlam Exp $
 #
 # Makefile fragment for Webmin modules
 
@@ -19,6 +19,8 @@
 WBM_DIR=       ${PREFIX}/share/webmin
 WBM_EGDIR=     ${PREFIX}/share/examples/webmin
 
+WRKSRC?=       ${WRKDIR}/${WBMNAME}
+
 PKG_SYSCONFSUBDIR=     webmin
 OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/${WBMNAME}                    \
                        ${ROOT_USER} ${ROOT_GROUP} 0700



Home | Main Index | Thread Index | Old Index