![]() ![]() | ![]() |
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.15 2017/01/19 18:52:03 agc Exp $ DISTNAME= clustalw-2.1 CATEGORIES= biology MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/clustalw2/2.1/ MASTER_SITES+= http://www.clustal.org/download/current/ MAINTAINER= babafou@babafou.eu.org HOMEPAGE= http://bips.u-strasbg.fr/fr/Documentation/ClustalW/ COMMENT= General purpose multiple alignment program for DNA or proteins LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin .include "../../mk/bsd.pkg.mk"