diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-20 23:59:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-20 23:59:22 +0000 |
commit | 8737103be0d1508b855a5846bd95ee153ce3d976 (patch) | |
tree | 3037a86a7acbdf50ed03c700b13b781945535b03 /textproc/intltool/Makefile | |
parent | 608acaaa0522660236dff1f261ac175dbd39ba30 (diff) |
Notes
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 3fbe2eacd3da..ca9d9908cb64 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= intltool -PORTVERSION= 0.35.1 +PORTVERSION= 0.35.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.35 @@ -24,7 +24,7 @@ USE_ICONV= yes USE_PERL5= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" +CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" --mandir="${PREFIX}/man" MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 |