pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/webmin Skip the interpreter check for webmin-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50d6706f2acd
branches:  trunk
changeset: 514024:50d6706f2acd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 06 22:01:25 2006 +0000

description:
Skip the interpreter check for webmin-gentoo-init, which is used on Gentoo
Linux only.

diffstat:

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

diffs (18 lines):

diff -r f1bf6fa6c9e4 -r 50d6706f2acd sysutils/webmin/Makefile
--- a/sysutils/webmin/Makefile  Tue Jun 06 21:55:49 2006 +0000
+++ b/sysutils/webmin/Makefile  Tue Jun 06 22:01:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/06/04 14:44:13 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/06/06 22:01:25 minskim Exp $
 
 DISTNAME=      webmin-1.270-minimal
 PKGNAME=       ${DISTNAME:S/-minimal$//}
@@ -55,6 +55,8 @@
 .endfor
 RCD_SCRIPTS=           webmin
 
+CHECK_INTERPRETER_SKIP+=       share/webmin/webmin-gentoo-init
+
 .include "../../security/openssl/buildlink3.mk"
 
 post-extract:



Home | Main Index | Thread Index | Old Index