pkgsrc/sysutils/mksunbootcd/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

21 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/18 23:35:18 rillig Exp $
#
DISTNAME= mksunbootcd-1.0
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/mksunbootcd/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= Combines filesystems for Sun computers to make bootable CD-ROM images
GNU_CONFIGURE= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mksunbootcd.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"