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.
19 lines
590 B
Text
19 lines
590 B
Text
# $NetBSD: Makefile.common,v 1.7 2020/01/18 23:29:55 rillig Exp $
|
|
#
|
|
# used by archivers/gtar-base/Makefile
|
|
# used by archivers/gtar-info/Makefile
|
|
# used by archivers/gtar/Makefile
|
|
|
|
DISTNAME= tar-1.32
|
|
PKGREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/tar/tar.html
|
|
COMMENT= The GNU tape archiver with remote magnetic tape support
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PATCHDIR= ${.CURDIR}/../../archivers/gtar-base/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../archivers/gtar-base/distinfo
|