diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-02-26 01:57:53 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-02-26 01:57:53 +0800 |
commit | a1ccdfb837b6d0ca04f741dc29ce6ff7ffa518e4 (patch) | |
tree | 88f1a9cc96940c3e2a2924b2d97b0c34d8a1763f | |
parent | 0126710f281ced2818f8e55661dcdf2b9052e79f (diff) | |
download | freebsd-ports-gnome-a1ccdfb837b6d0ca04f741dc29ce6ff7ffa518e4.tar.gz freebsd-ports-gnome-a1ccdfb837b6d0ca04f741dc29ce6ff7ffa518e4.tar.zst freebsd-ports-gnome-a1ccdfb837b6d0ca04f741dc29ce6ff7ffa518e4.zip |
- groups MASTER_SITES for option I18N
Reported by: Sayetsky Anton
PR: 176416
-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: |