diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-21 07:59:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-21 07:59:22 +0800 |
commit | fbd156af8e6811b824e724abcc26bc6ec9375007 (patch) | |
tree | 8c2cd94c9f53eaccf55a23b9425a3f95db9160ef /textproc/intltool/Makefile | |
parent | ba560d8830c7f0e1695c3f673af7de4587cba408 (diff) | |
download | freebsd-ports-gnome-fbd156af8e6811b824e724abcc26bc6ec9375007.tar.gz freebsd-ports-gnome-fbd156af8e6811b824e724abcc26bc6ec9375007.tar.zst freebsd-ports-gnome-fbd156af8e6811b824e724abcc26bc6ec9375007.zip |
Update to 0.35.2
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 |