diff options
author | minskim <minskim> | 2006-06-06 22:01:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-06 22:01:25 +0000 |
commit | 91c016fe0616b5766f056ba943bebf1e86b2aa01 (patch) | |
tree | 71c663e2ffa6d3557b2bc81172b37324031a62f1 /sysutils/webmin | |
parent | 6ec802a6f61a7b1059fcd29bc7d5c47fbdc64cf3 (diff) | |
download | pkgsrc-91c016fe0616b5766f056ba943bebf1e86b2aa01.tar.gz |
Skip the interpreter check for webmin-gentoo-init, which is used on Gentoo
Linux only.
Diffstat (limited to 'sysutils/webmin')
-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: |