diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-06 22:01:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-06 22:01:25 +0000 |
commit | 860a0ecc0161abe9743156ea3ac511587e031011 (patch) | |
tree | 71c663e2ffa6d3557b2bc81172b37324031a62f1 | |
parent | 1af44aef318c2109a36b26dcec1fbf7e729bfae9 (diff) | |
download | pkgsrc-860a0ecc0161abe9743156ea3ac511587e031011.tar.gz |
Skip the interpreter check for webmin-gentoo-init, which is used on Gentoo
Linux only.
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 3182917b6ce..dfd29d2f2d0 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -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 @@ CONF_FILES_PERMS+= ${WEBMIN_EGDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_} \ .endfor RCD_SCRIPTS= webmin +CHECK_INTERPRETER_SKIP+= share/webmin/webmin-gentoo-init + .include "../../security/openssl/buildlink3.mk" post-extract: |