diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-20 04:50:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-20 04:50:42 +0000 |
commit | b3fc8349ed371ac06e2632fe91bcb19ee8f600ea (patch) | |
tree | 78add9fb7595543c37635861213fcb19df1168dc /japanese | |
parent | 634259747c59cb84ee9686d3d5b6b0808b92292a (diff) | |
download | ports-b3fc8349ed371ac06e2632fe91bcb19ee8f600ea.tar.gz ports-b3fc8349ed371ac06e2632fe91bcb19ee8f600ea.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/a2ps/Makefile | 9 | ||||
-rw-r--r-- | japanese/a2ps/distinfo | 2 | ||||
-rw-r--r-- | japanese/a2ps/files/patch-aa | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index 1274ef6074cf..53cfc7f1cf44 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -6,21 +6,22 @@ # PORTNAME= a2ps -PORTVERSION= 1.44 +PORTVERSION= 1.45 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/ -DISTFILES= ${PORTNAME}.pl-${PORTVERSION} +DISTNAME= ${PORTNAME}.pl-${PORTVERSION} +EXTRACT_SUFX= MAINTAINER= saito@miv.t.u-tokyo.ac.jp EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= . +EXTRACT_AFTER_ARGS= ./a2ps-j NO_WRKSUBDIR= yes NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps-j ${PREFIX}/bin .include <bsd.port.mk> diff --git a/japanese/a2ps/distinfo b/japanese/a2ps/distinfo index 4499b5669437..acab9e015562 100644 --- a/japanese/a2ps/distinfo +++ b/japanese/a2ps/distinfo @@ -1 +1 @@ -MD5 (a2ps.pl-1.44) = 7c08e3d260d4cb6cf2d0403486421cf4 +MD5 (a2ps.pl-1.45) = 3eae209b3c69ec692ee7d61ddd663f6c diff --git a/japanese/a2ps/files/patch-aa b/japanese/a2ps/files/patch-aa index ca452e025025..6856aed82475 100644 --- a/japanese/a2ps/files/patch-aa +++ b/japanese/a2ps/files/patch-aa @@ -1,5 +1,5 @@ ---- a2ps.pl-1.44.orig Thu Apr 8 02:52:44 1999 -+++ a2ps.pl-1.44 Thu Apr 8 02:54:06 1999 +--- a2ps-j.orig Thu Apr 8 02:52:44 1999 ++++ a2ps-j Thu Apr 8 02:54:06 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl |