File:
[cvs.NetBSD.org] /
pkgsrc /
textproc /
hyperestraier /
Makefile.common
Revision
1.10:
download - view:
text,
annotated -
select for diffs
Thu Jan 19 18:52:27 2017 UTC (8 years, 2 months ago) by
agc
Branches:
MAIN
CVS tags:
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
HEAD
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
# $NetBSD: Makefile.common,v 1.10 2017/01/19 18:52:27 agc Exp $
#
# used by textproc/java-native-hyperestraier/Makefile
# used by textproc/java-pure-hyperestraier/Makefile
# used by textproc/p5-native-hyperestraier/Makefile
# used by textproc/ruby-native-hyperestraier/Makefile
# used by textproc/ruby-pure-hyperestraier/Makefile
DISTNAME= hyperestraier-${HYPERESTRAIER_VERSION}
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
MASTER_SITES+= http://hyperestraier.sourceforge.net/
HYPERESTRAIER_VERSION=1.4.13
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hyperestraier.sourceforge.net/
DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/hyperestraier/patches
CVSweb <webmaster@jp.NetBSD.org>