pkgsrc/devel/nbpatch/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

30 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:00 rillig Exp $
#
DISTNAME= nbpatch-20151107
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://www.pkgsrc.org/
COMMENT= Patch files using diff output
# Allow checkperms and other core dependencies to use patches
CHECK_PERMS= no
USE_BSD_MAKEFILE= yes
USE_FEATURES= nbcompat
NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt
LIBS.IRIX+= -lgen
ALL_ENV+= LDADD=${LIBS:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
UAC_REQD_EXECS+= bin/nbpatch
.include "../../mk/bsd.pkg.mk"