diff options
Diffstat (limited to 'japanese/a2ps/Makefile')
-rw-r--r-- | japanese/a2ps/Makefile | 9 |
1 files changed, 5 insertions, 4 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> |