aboutsummaryrefslogtreecommitdiff
path: root/japanese/jcode.pl
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-05-28 01:38:04 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-05-28 01:38:04 +0000
commitee45b61d33a82060d91360efd520df94ffe2b173 (patch)
treec6d5407a8ab21ed724cdc5df0c31144ec83b8b77 /japanese/jcode.pl
parent15406a23709e79d4dd1c50266b3a3b026f826342 (diff)
downloadports-ee45b61d33a82060d91360efd520df94ffe2b173.tar.gz
ports-ee45b61d33a82060d91360efd520df94ffe2b173.zip
- Update MASTER_SITES to make fetchable
- Fix command lines in the do-install target * not to use undefined variable: INSTALL_DIR * not to use SITE_PERL that contains LOCALBASE
Notes
Notes: svn path=/head/; revision=274750
Diffstat (limited to 'japanese/jcode.pl')
-rw-r--r--japanese/jcode.pl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/jcode.pl/Makefile b/japanese/jcode.pl/Makefile
index 27891f0eb177..0184220bec12 100644
--- a/japanese/jcode.pl/Makefile
+++ b/japanese/jcode.pl/Makefile
@@ -8,7 +8,9 @@
PORTNAME= jcode.pl
PORTVERSION= 2.13
CATEGORIES= japanese perl5
-MASTER_SITES= http://srekcah.org/jcode/
+MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
+ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \
+ http://srekcah.org/jcode/
EXTRACT_SUFX= # none
MAINTAINER= ports@FreeBSD.org
@@ -24,7 +26,7 @@ EXTRACT_AFTER_ARGS= .
PLIST_FILES= %%SITE_PERL%%/${PORTNAME}
do-install:
- ${MKDIR} ${INSTALL_DIR}/
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${SITE_PERL}/${PORTNAME}
+ ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
.include <bsd.port.mk>