diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-21 05:56:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-21 05:56:35 +0800 |
commit | 4503919be17d461cee054379f24fbff7b201ce2a (patch) | |
tree | 7a158bbca90154d0b5a4d322150d66b9ae08e8b4 /print/scribus-devel/Makefile | |
parent | d9420f1966424856a75a49a115f8c2bb04e6dc5c (diff) | |
download | freebsd-ports-gnome-4503919be17d461cee054379f24fbff7b201ce2a.tar.gz freebsd-ports-gnome-4503919be17d461cee054379f24fbff7b201ce2a.tar.zst freebsd-ports-gnome-4503919be17d461cee054379f24fbff7b201ce2a.zip |
- Update to 1.3.3.11
PR: 119663
Submitted by: Vizeli Pascal <pvizeli@yahoo.de>
Approved by: maintainer
Diffstat (limited to 'print/scribus-devel/Makefile')
-rw-r--r-- | print/scribus-devel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 <bsd.port.pre.mk> @@ -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 <bsd.port.post.mk> |