mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- groups MASTER_SITES for option I18N
Reported by: Sayetsky Anton PR: 176416
This commit is contained in:
parent
2c9368aecc
commit
efcce16200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312935
@ -5,10 +5,9 @@ PORTNAME= a2ps
|
||||
PORTVERSION= 4.13b
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ \
|
||||
ftp://ftp3.ru.freebsd.org/pub/unix/postscript/a2ps/ \
|
||||
${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
${MASTER_SITE_LOCAL:S/$/:i18n/}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME} hrs/a2ps/:i18n
|
||||
PKGNAMESUFFIX= -${PAPERSIZE:L}${PKGNAMESUFFIX2}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
@ -77,7 +76,7 @@ PLIST_SUB+= WITHEMACS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MI18N}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX}:i18n
|
||||
PLIST_SUB+= WITHI18N=""
|
||||
|
||||
pre-configure:
|
||||
|
Loading…
Reference in New Issue
Block a user