diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 21:56:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 21:56:35 +0000 |
commit | d492c42ad2e2565584e53fdaca4383e949b7440b (patch) | |
tree | 171e1c50265e469d9850402e291f3eb5cc58efa4 /print/scribus/Makefile | |
parent | f1fde880b7bc15071b8c384ee49f902dad38d96f (diff) | |
download | ports-d492c42ad2e2565584e53fdaca4383e949b7440b.tar.gz ports-d492c42ad2e2565584e53fdaca4383e949b7440b.zip |
Notes
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r-- | print/scribus/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 7b2da275ca14..9d2d04f02835 100644 --- a/print/scribus/Makefile +++ b/print/scribus/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> |