diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 16:45:02 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 16:45:02 +0800 |
commit | 42b803c3eef45583dd4cfeebdb6c13894ef97501 (patch) | |
tree | fb123c3c4629594ca155e0b01c4f87f91d89fe7b /editors/zile | |
parent | ac30873935828b7e47dafb7c436bd323531ab0a3 (diff) | |
download | freebsd-ports-gnome-42b803c3eef45583dd4cfeebdb6c13894ef97501.tar.gz freebsd-ports-gnome-42b803c3eef45583dd4cfeebdb6c13894ef97501.tar.zst freebsd-ports-gnome-42b803c3eef45583dd4cfeebdb6c13894ef97501.zip |
Update to version 2.2.15
PR: ports/100030
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 6 | ||||
-rw-r--r-- | editors/zile/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 9473dc1dfa82..27d891e215b4 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.2.13 +PORTVERSION= 2.2.15 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,9 @@ USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="-lgnuregex" -CONFIGURE_ARGS= --disable-allegro --disable-epocemx +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ + --infodir=${PREFIX}/${INFO_PATH} \ + --disable-allegro --disable-epocemx MAN1= zile.1 INFO= zile diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 2d51bf24dfc7..613cf429fc72 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,3 +1,3 @@ -MD5 (zile-2.2.13.tar.gz) = d2156809cf1482c2f670d35b083babb5 -SHA256 (zile-2.2.13.tar.gz) = 4dec947e1ec4e4926aa39456fc8907030a32db06f71938bf9c2d3565dd92db86 -SIZE (zile-2.2.13.tar.gz) = 329639 +MD5 (zile-2.2.15.tar.gz) = 1fa62e2309fa52e26a5594cc38911aee +SHA256 (zile-2.2.15.tar.gz) = 2822148fdf6f2054b51c776db21f71e817761c225b370ab3f3ce7efe3711368f +SIZE (zile-2.2.15.tar.gz) = 334664 |