diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-09 16:26:11 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-09 16:26:11 +0000 |
commit | f581fef655e27634c139e94c60555c4600d02792 (patch) | |
tree | 1b831dccc83b7cbe494e223ea7f8693e082e3160 /japanese/a2ps/Makefile | |
parent | 6fb174b2bbceee15ebc923584a5cf08f9a4600c2 (diff) | |
download | ports-f581fef655e27634c139e94c60555c4600d02792.tar.gz ports-f581fef655e27634c139e94c60555c4600d02792.zip |
Notes
Diffstat (limited to 'japanese/a2ps/Makefile')
-rw-r--r-- | japanese/a2ps/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index e3a409157545..26a6d58b81b7 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -7,9 +7,11 @@ PORTNAME= a2ps PORTVERSION= 1.45 +PORTREVISION= 1 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/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= |