pkgsrc/textproc/ja-sed/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

36 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/01/18 23:35:28 rillig Exp $
DISTNAME= sed-3.02
PKGNAME= ja-sed-3.02
PKGREVISION= 3
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
PATCH_SITES= http://www.hinadori.atnifty.com/~wills/program/
PATCHFILES= sedmb109.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= https://www.gnu.org/software/sed/sed.html
COMMENT= GNU sed + multi-byte extension
CONFLICTS+= gsed-[0-9]*
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-transform-name='s,^,j,'
INFO_FILES= yes
INSTALLATION_DIRS= share/doc/ja-sed
# Update the timestamp of the patched sed.info file so that it
# doesn't get rebuilt and overwritten with an empty file.
#
pre-build:
${RUN}${TOUCH} ${WRKSRC}/doc/sed.info
post-install:
@${INSTALL_DATA} ${WRKSRC}/OREADME.MB ${DESTDIR}${PREFIX}/share/doc/ja-sed
@${INSTALL_DATA} ${WRKSRC}/README.MB ${DESTDIR}${PREFIX}/share/doc/ja-sed
.include "../../mk/bsd.pkg.mk"