From 4503919be17d461cee054379f24fbff7b201ce2a Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 20 Jan 2008 21:56:35 +0000 Subject: - Update to 1.3.3.11 PR: 119663 Submitted by: Vizeli Pascal Approved by: maintainer --- print/scribus-devel/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'print/scribus-devel/Makefile') diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 7b2da275ca14..9d2d04f02835 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -1,14 +1,13 @@ -# ex:ts=8 # Ports collection makefile for: scribus # Date created: Mar 15, 2002 # Whom: ijliao # -# $Carpetsmoker: ports/print/scribus/Makefile,v 1.1 2007/07/22 00:53:09 carpetsmoker Exp $ +# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $ # $FreeBSD$ # PORTNAME= scribus -PORTVERSION= 1.3.3.8 +PORTVERSION= 1.3.3.11 CATEGORIES= print editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -37,7 +36,9 @@ USE_LDCONFIG= yes PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION} MAN1= scribus.1 -MANLANG= "" pl +MANCOMPRESSED= no +MANLANG= "" pl pl_PL.UTF-8 pl_PL.ISO8859-2 de de_DE.UTF-8 \ + de_DE.ISO8859-1 de_DE.ISO8859-15 .include @@ -54,7 +55,7 @@ post-patch: s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/\/share\/pixmaps\//s|^|#|g' \ ${WRKSRC}/scribus/icons/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure .include -- cgit