diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:33:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:33:05 +0800 |
commit | e0a41f10c53c4d4e9dcf9dbfd29a442cb7f64391 (patch) | |
tree | db2c418d845a231bf141e1ec3e35c2d0401f69ff /japanese/bookview/Makefile | |
parent | 051496615cedb3f8922dec66f7f4295d4a576943 (diff) | |
download | freebsd-ports-gnome-e0a41f10c53c4d4e9dcf9dbfd29a442cb7f64391.tar.gz freebsd-ports-gnome-e0a41f10c53c4d4e9dcf9dbfd29a442cb7f64391.tar.zst freebsd-ports-gnome-e0a41f10c53c4d4e9dcf9dbfd29a442cb7f64391.zip |
Update to version 2.2.
PR: 9596
Submitted by: maintainer
Diffstat (limited to 'japanese/bookview/Makefile')
-rw-r--r-- | japanese/bookview/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/bookview/Makefile b/japanese/bookview/Makefile index a3e29ad116f6..e38e9a0ef056 100644 --- a/japanese/bookview/Makefile +++ b/japanese/bookview/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: bookview -# Version required: 1.1.6 +# Version required: 2.2 # Date created: 2 Oct 1997 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # # $Id$ # -DISTNAME= bookview-1.1.6 -PKGNAME= ja-bookview-1.1.6 +DISTNAME= bookview-2.2 +PKGNAME= ja-bookview-2.2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \ ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/ MAINTAINER= m-kasahr@sra.co.jp -RUN_DEPENDS= ${PREFIX}/bin/wish4.2jp:${PORTSDIR}/japanese/tk42 +RUN_DEPENDS= ${PREFIX}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ja-doc -CONFIGURE_ENV= WISH=${PREFIX}/bin/wish4.2jp \ +CONFIGURE_ENV= WISH=${PREFIX}/bin/wish8.0jp \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" @@ -26,8 +25,8 @@ post-install: if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi -.for info in bookview.info bookview-ja.info - install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir +.for info in bookview bookview-ja + install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir .endfor .include <bsd.port.mk> |