pkgsrc/pkgtools/pkg_install-info/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

28 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:26 rillig Exp $
#
PKGNAME= pkg_install-info-${VERSION}
PKGREVISION= 3
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/texinfo/texinfo.html
COMMENT= Standalone GNU info file installation utility
LICENSE= gnu-gpl-v2 # or later
GNU_CONFIGURE= yes
CHECK_PERMS= no
# Don't change this unless the sources are updated from GNU Texinfo.
# Otherwise use PKGREVISION if you need to change this package version.
VERSION= 4.5
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= bin
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"