diff options
author | max <max@FreeBSD.org> | 1997-09-07 19:38:45 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-07 19:38:45 +0000 |
commit | c190375f8c3c3866e975471b84428c4f1cc0fcf5 (patch) | |
tree | 8d0ffc4c65cded129c529040308a66c54e128f53 /japanese/a2ps/Makefile | |
parent | 328005e6e5fed050d7f29944ed3646590ffae5c7 (diff) | |
download | FreeBSD-ports-c190375f8c3c3866e975471b84428c4f1cc0fcf5.zip FreeBSD-ports-c190375f8c3c3866e975471b84428c4f1cc0fcf5.tar.gz |
Upgrade, 1.39 -> 1.41.
PR: 4489
Submitted by: the port maintainer
Diffstat (limited to 'japanese/a2ps/Makefile')
-rw-r--r-- | japanese/a2ps/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index 97a7d33..cc280d1 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: a2ps-j -# Version required: 1.39 +# Version required: 1.41 # Date created: 16 Nov 1996 # Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/03 10:21:19 asami Exp $ # -DISTNAME= a2ps-1.39 -PKGNAME= jp-a2ps-1.39 +DISTNAME= a2ps.pl-1.41 +PKGNAME= jp-a2ps-1.41 +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/ -CATEGORIES= japanese print -EXTRACT_SUFX= +EXTRACT_SUFX= # None MAINTAINER= saito@miv.t.u-tokyo.ac.jp -EXTRACT_CMD= cp +EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . NO_WRKSUBDIR= yes @@ -23,6 +23,6 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/a2ps-1.39 ${PREFIX}/bin/a2ps-j + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.41 ${PREFIX}/bin/a2ps-j .include <bsd.port.mk> |