pkgsrc/textproc/hyperestraier/Makefile.common
agc 30b55df38e 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.
2017-01-19 18:52:01 +00:00

19 lines
761 B
Text

# $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