![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / mail / dovecot2-antispam-plugin / Attic / Makefile (download)
Revision 1.7, Thu Jan 19 18:52:15 2017 UTC (6 years, 8 months ago) by agc
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
# $NetBSD: Makefile,v 1.7 2017/01/19 18:52:15 agc Exp $ DISTNAME= dovecot-antispam-plugin-20130429 PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ MASTER_SITES+= http://distcache.FreeBSD.org/local-distfiles/olgeni/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://hg.dovecot.org/dovecot-antispam-plugin/ COMMENT= Dovecot 2.x plugin for training antispam systems LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c USE_TOOLS+= aclocal autoheader automake autoconf gmake gawk gsed AUTOCONF_REQD= 2.54 GNU_CONFIGURE= yes OPSYSVARS+= SUFX SUFX.Darwin= bundle SUFX.*= so PLIST_SUBST+= SUFX=${SUFX:Q} pre-configure: cd ${WRKSRC} && aclocal -I m4 && autoheader && autoconf .include "../../mail/dovecot2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"