Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2012 06:47:37 +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: r308742 - head/print/a2ps-letter
Message-ID:  <201212120647.qBC6lb2M081709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Dec 12 06:47:36 2012
New Revision: 308742
URL: http://svnweb.freebsd.org/changeset/ports/308742

Log:
  - fix build of option I18N
  PR:		174323

Modified:
  head/print/a2ps-letter/Makefile

Modified: head/print/a2ps-letter/Makefile
==============================================================================
--- head/print/a2ps-letter/Makefile	Wed Dec 12 06:42:27 2012	(r308741)
+++ head/print/a2ps-letter/Makefile	Wed Dec 12 06:47:36 2012	(r308742)
@@ -10,9 +10,6 @@ MASTER_SITES=	ftp://ftp.enst.fr/pub/unix
 		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-${PAPERSIZE:L}${PKGNAMESUFFIX2}
-.if defined(WITH_I18N) || make(makesum) || defined(FETCH_ALL)
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX}
-.endif
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Formats an ASCII file for printing on a postscript printer
@@ -80,6 +77,7 @@ PLIST_SUB+=	WITHEMACS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MI18N}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX}
 PLIST_SUB+=	WITHI18N=""
 
 pre-configure:



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