Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/amavisd-new mail/amavisd-new: Fix build after rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd84a0d8d589
branches:  trunk
changeset: 433645:bd84a0d8d589
user:      otis <otis%pkgsrc.org@localhost>
date:      Sat Jun 06 11:55:39 2020 +0000

description:
mail/amavisd-new: Fix build after removal of replace-interpreter

- Add NO_BUILD=yes
- Move SUBST_STAGE to pre-configure target

diffstat:

 mail/amavisd-new/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2f31dcf03391 -r bd84a0d8d589 mail/amavisd-new/Makefile
--- a/mail/amavisd-new/Makefile Sat Jun 06 09:33:56 2020 +0000
+++ b/mail/amavisd-new/Makefile Sat Jun 06 11:55:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/05/22 18:12:15 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/06/06 11:55:39 otis Exp $
 
 DISTNAME=      amavisd-new-${VERSION}${PATCHLEVEL}
 PKGNAME=       amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
@@ -78,9 +78,10 @@
 CONF_FILES=    ${EGDIR}/amavisd.conf-minimal ${PKG_SYSCONFDIR}/amavisd.conf
 
 USE_LANGUAGES=         # none, not even C
+NO_BUILD=      yes
 
 SUBST_CLASSES+=                amavisd
-SUBST_STAGE.amavisd=   pre-build
+SUBST_STAGE.amavisd=   pre-configure
 SUBST_FILES.amavisd=   amavisd amavisd.conf
 SUBST_SED.amavisd=     -e "s|/etc/amavisd.conf|${PKG_SYSCONFDIR}/amavisd.conf|"
 SUBST_VARS.amavisd=    AMAVIS_DIR



Home | Main Index | Thread Index | Old Index