cyrus-imapd30: fix shebang of cyradm after build

This commit is contained in:
Matthias Petermann 2020-03-26 11:49:23 +01:00
parent e9f7153a2d
commit 53ed550b45
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: $
DISTNAME= cyrus-imapd-3.0.13
REVISION= 3
REVISION= 4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=cyrusimap/}
GITHUB_RELEASE= ${PKGNAME_NOREV}
@ -66,6 +66,11 @@ FILES_SUBST+= IMAPDCONF=${PKG_SYSCONFDIR}/imapd.conf
REPLACE_PERL+= tools/rehash
SUBST_CLASSES+= sh
SUBST_STAGE.sh= post-build
SUBST_FILES.sh= perl/imap/blib/script/cyradm
SUBST_SED.sh+= -e 's|^\#!.*sh|\#!/bin/sh|'
pre-build:
${RUN}${_ULIMIT_CMD}