diff options
author | steve <steve@FreeBSD.org> | 1999-10-31 23:59:33 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-31 23:59:33 +0000 |
commit | 1c202f6feafae2459a8fc3d67a66a7dbd51780e4 (patch) | |
tree | 493bee0883e1199ebbd3c792c51576c8ba900a2c /japanese/weblint97/Makefile | |
parent | c88edcd3f789dcdc11f245eb8f8852a902489a15 (diff) | |
download | FreeBSD-ports-1c202f6feafae2459a8fc3d67a66a7dbd51780e4.zip FreeBSD-ports-1c202f6feafae2459a8fc3d67a66a7dbd51780e4.tar.gz |
Fix misc. nits, including new MASTER_SITES and WWW line in DESCR.
PR: 14581
Submitted by: maintainer
Diffstat (limited to 'japanese/weblint97/Makefile')
-rw-r--r-- | japanese/weblint97/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index 34c76cc..51acf89 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -9,16 +9,18 @@ DISTNAME= weblint-97-0.12 PKGNAME= ja-weblint97-0.12 CATEGORIES= japanese www -MASTER_SITES= ftp://ftp.win.or.jp/pub/network/www/weblint/ \ - ftp://ftp.sra.co.jp/pub/cmd/ \ +MASTER_SITES= http://www.sfc.keio.ac.jp/~mimasa/jweblint/ \ + ftp://ftp.win.ne.jp/pub/network/www/weblint/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/network/WWW/contrib/ -RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl +MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/weblint-97 +RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl + +WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 -MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" +MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" ALL_TARGET= euc-jp INSTALL_TARGET= jinstall |