diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-19 23:27:45 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-19 23:27:45 +0000 |
commit | 0644ad2034bcf29e7926b7c58de814ab28472f5f (patch) | |
tree | 0df98467bc3f0d0739f841e1857d9ca850d357ba /textproc/intltool/Makefile | |
parent | 993486d384495e2ba1cb0e2ee25a3d431cc69b11 (diff) | |
download | FreeBSD-ports-0644ad2034bcf29e7926b7c58de814ab28472f5f.zip FreeBSD-ports-0644ad2034bcf29e7926b7c58de814ab28472f5f.tar.gz |
Update to 0.29.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 5e490db..2a75a74 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,11 +6,10 @@ # PORTNAME= intltool -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.28 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.29 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -32,7 +31,4 @@ MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ CONFLICTS= xml-i18n-tools-* -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/intltool-merge.in - .include <bsd.port.mk> |