Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2013 17:57:53 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312935 - head/print/a2ps-letter
Message-ID:  <201302251757.r1PHvr9S063876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Feb 25 17:57:53 2013
New Revision: 312935
URL: http://svnweb.freebsd.org/changeset/ports/312935

Log:
  - groups MASTER_SITES for option I18N
  Reported by:	Sayetsky Anton
  PR:		176416

Modified:
  head/print/a2ps-letter/Makefile

Modified: head/print/a2ps-letter/Makefile
==============================================================================
--- head/print/a2ps-letter/Makefile	Mon Feb 25 17:23:51 2013	(r312934)
+++ head/print/a2ps-letter/Makefile	Mon Feb 25 17:57:53 2013	(r312935)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302251757.r1PHvr9S063876>