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.
16 lines
343 B
Makefile
16 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/18 23:35:27 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= hre-0.9.8a
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://kldp.net/download.php/1489/
|
|
|
|
MAINTAINER= pyrasis@chol.com
|
|
HOMEPAGE= https://hre.kldp.net/
|
|
COMMENT= Hangeul Regular Expression Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|