diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-11 08:45:02 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-11 08:45:02 +0000 |
commit | 88a73ea073d5f344432fc3d636cb748b8445b9ed (patch) | |
tree | d660ad91c51c3dea8467db049f64b346fac1fe01 /editors/zile | |
parent | Add MODULE_ARCH to PLIST_SUB, and make portlint happy. (diff) |
Update to version 2.2.15
PR: ports/100030
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=167444
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 |