![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / cftp / Attic / Makefile (download)
Revision 1.21, Thu Jan 19 18:52:19 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.21 2017/01/19 18:52:19 agc Exp $ # DISTNAME= cftp-0.12 PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.giga.or.at/pub/nih/cftp/ MASTER_SITES+= ftp://ftp.giga.or.at/pub/nih/cftp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ftp.giga.or.at/pub/nih/cftp/ COMMENT= Comfortable FTP, a full screen ftp client # bin/cftp CONFLICTS= py[0-9]*-twisted-[0-9]* GNU_CONFIGURE= YES INFO_FILES= YES BUILD_DEFS+= IPV6_READY post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cftp cd ${WRKSRC} && ${INSTALL_MAN} README bindings.desc \ ${DESTDIR}${PREFIX}/share/doc/cftp .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk"