From f0cc728f15f2ef431e0b27ad9c81a98292164476 Mon Sep 17 00:00:00 2001 From: tota Date: Sat, 28 May 2011 01:38:04 +0000 Subject: - 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 --- japanese/jcode.pl/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/japanese/jcode.pl/Makefile b/japanese/jcode.pl/Makefile index 27891f0eb17..0184220bec1 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 -- cgit