diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 10:45:45 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 10:45:45 +0000 |
commit | bd3809555c79f459416777cfa673421688c2442c (patch) | |
tree | 6b15b3630be75fdfcc1c1583eaefdc94796d6d47 /textproc/po4a/Makefile | |
parent | 891ffdbfa02ee0af8b2718de5968ab7fe9e37dd0 (diff) |
Notes
Diffstat (limited to 'textproc/po4a/Makefile')
-rw-r--r-- | textproc/po4a/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index c4d24a91d240..282c49938513 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -6,11 +6,11 @@ # PORTNAME= po4a -PORTVERSION= 0.39 +PORTVERSION= 0.40.1 CATEGORIES= textproc perl5 -MASTER_SITES= http://alioth.debian.org/frs/download.php/3221/ GENTOO/distfiles +MASTER_SITES= http://alioth.debian.org/frs/download.php/3341/ GENTOO/distfiles -MAINTAINER= ports@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs BUILD_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ @@ -23,6 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GETTEXT= yes USE_PERL5= yes PERL_MODBUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} MANPREFIX= ${PREFIX} MAN3PREFIX= ${MANPREFIX} |