mail/roundcube-plugin-password: fix interpreter
* Replace interpreter of perl script. * Do not set REPLACE_PYTHON but add to it. Bump PKGREVISION.
This commit is contained in:
parent
15a746ec42
commit
a9d7eebb5b
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/09/13 16:00:15 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/05/20 03:54:54 taca Exp $
|
||||
|
||||
PLUGIN= password
|
||||
PKGREVISION= 1
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
COMMENT= Password change plugin for roundcube
|
||||
|
@ -8,7 +9,8 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
PLUGIN= password
|
||||
|
||||
REPLACE_PYTHON= plugins/password/helpers/chpass-wrapper.py
|
||||
REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
|
||||
REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
|
||||
|
||||
do-install: plugin-install
|
||||
|
||||
|
|
Loading…
Reference in a new issue