diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-25 17:57:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-25 17:57:53 +0000 |
commit | efcce16200f1833b033582060dc1c3d83ac174f6 (patch) | |
tree | 88f1a9cc96940c3e2a2924b2d97b0c34d8a1763f /print | |
parent | 2c9368aecc6e0abfc260ec3907f5b17f7607550f (diff) |
- groups MASTER_SITES for option I18N
Reported by: Sayetsky Anton
PR: 176416
Notes
Notes:
svn path=/head/; revision=312935
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps-letter/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 8eb68a03a3fb..8b3f39cbc794 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -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: |