diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-16 04:57:07 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-16 04:57:07 +0000 |
commit | 665a4727c9915fa77265ce543a82e76186734938 (patch) | |
tree | db39036bc2050f9c08c424d2566d892131d98d88 /japanese/a2ps/Makefile | |
parent | 60ecfe0e6d51d817b5e1f40a692ee6a76f3e356f (diff) |
Notes
Diffstat (limited to 'japanese/a2ps/Makefile')
-rw-r--r-- | japanese/a2ps/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index 37febee4679f..8a6103f4a04e 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: a2ps-j -# Version required: 1.41 +# Version required: 1.44 # Date created: 16 Nov 1996 # Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.3 1997/09/14 21:34:29 max Exp $ +# $Id$ # -DISTNAME= a2ps.pl-1.41 -PKGNAME= ja-a2ps-1.41 +DISTNAME= a2ps.pl-1.44 +PKGNAME= ja-a2ps-1.44 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ @@ -22,6 +22,6 @@ NO_WRKSUBDIR= yes NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.41 ${PREFIX}/bin/a2ps-j + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j .include <bsd.port.mk> |