![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / pgp5 / Makefile (download)
Revision 1.46, Thu Jan 19 18:52:24 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.46 2017/01/19 18:52:24 agc Exp $ DISTNAME= pgp50i-unix-src PKGNAME= pgp5-5.0i PKGREVISION= 6 CATEGORIES= security MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ MASTER_SITES+= ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utilities (v5) LICENSE= pgp5-license MAKE_JOBS_SAFE= no USE_TOOLS+= perl CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable WRKSRC= ${WRKDIR}/pgp50i/src CRYPTO= YES GNU_CONFIGURE= YES PGPLIB= ${PREFIX}/share/pgp5 INSTALLATION_DIRS= bin ${PGPLIB} post-patch: ${MV} ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1 post-install: ${INSTALL_DATA} ${WRKSRC}/language50.txt ${DESTDIR}${PGPLIB} .include "../../mk/bsd.pkg.mk"