diff options
author | ache <ache@FreeBSD.org> | 1999-02-16 15:32:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-16 15:32:31 +0000 |
commit | 1299ef5bf648de8ec2078be60fddf89e1c83a88f (patch) | |
tree | 803bd1fd54efd774846fc8b625677c0d2d9311fe /mail | |
parent | b83ee47787b6c25efd54200e6344b4fce2fcdce9 (diff) | |
download | FreeBSD-ports-1299ef5bf648de8ec2078be60fddf89e1c83a88f.zip FreeBSD-ports-1299ef5bf648de8ec2078be60fddf89e1c83a88f.tar.gz |
fix errors in ru.po (posted to mutt-dev)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 62823a3..a07a3d8 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.55 1999/01/07 18:43:20 obrien Exp $ +# $Id: Makefile,v 1.56 1999/02/12 22:32:37 obrien Exp $ DISTNAME= mutt-0.95.3i PKGNAME= mutt-0.95.3 @@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --with-curses=${PREFIX} WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= mutt.1 mutt_dotlock.1 +post-patch: + uudecode -p ${FILESDIR}/ru.gmo.uu > ${WRKSRC}/po/ru.gmo .if !defined(NOPORTDOCS) post-build: diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 62823a3..a07a3d8 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.55 1999/01/07 18:43:20 obrien Exp $ +# $Id: Makefile,v 1.56 1999/02/12 22:32:37 obrien Exp $ DISTNAME= mutt-0.95.3i PKGNAME= mutt-0.95.3 @@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --with-curses=${PREFIX} WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= mutt.1 mutt_dotlock.1 +post-patch: + uudecode -p ${FILESDIR}/ru.gmo.uu > ${WRKSRC}/po/ru.gmo .if !defined(NOPORTDOCS) post-build: diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 62823a3..a07a3d8 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.55 1999/01/07 18:43:20 obrien Exp $ +# $Id: Makefile,v 1.56 1999/02/12 22:32:37 obrien Exp $ DISTNAME= mutt-0.95.3i PKGNAME= mutt-0.95.3 @@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --with-curses=${PREFIX} WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= mutt.1 mutt_dotlock.1 +post-patch: + uudecode -p ${FILESDIR}/ru.gmo.uu > ${WRKSRC}/po/ru.gmo .if !defined(NOPORTDOCS) post-build: |