svn commit: r308742 - head/print/a2ps-letter

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 12 06:47:37 UTC 2012


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 at 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:


More information about the svn-ports-all mailing list