diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-03 13:55:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-03 13:55:25 +0800 |
commit | b8045c693b092c36692ea65d3a6f84e86f964fe5 (patch) | |
tree | c331e8578d614c7f6f54500fed859b10642ac24c /japanese/weblint97 | |
parent | 6a1beb68ea2bb7aa3bdb20ebfb184a8680335b94 (diff) | |
download | freebsd-ports-gnome-b8045c693b092c36692ea65d3a6f84e86f964fe5.tar.gz freebsd-ports-gnome-b8045c693b092c36692ea65d3a6f84e86f964fe5.tar.zst freebsd-ports-gnome-b8045c693b092c36692ea65d3a6f84e86f964fe5.zip |
Unbreak by fixing pkg-plist and install instructions.
Diffstat (limited to 'japanese/weblint97')
-rw-r--r-- | japanese/weblint97/Makefile | 8 | ||||
-rw-r--r-- | japanese/weblint97/pkg-plist | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index d2931796fa16..5d25ea47a2d4 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -7,6 +7,7 @@ PORTNAME= weblint97 PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= http://web.sfc.keio.ac.jp/~mimasa/jweblint/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/network/WWW/contrib/ @@ -17,10 +18,7 @@ COMMENT= An internationalized HTML checker with japanese message(EUC-JP) RUN_DEPENDS= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/jcode.pl -BROKEN= "Incomplete pkg-plist (port installs into nonstandard perl directory)" -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - +USE_PERL5_RUN= yes WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 @@ -29,7 +27,7 @@ ALL_TARGET= euc-jp INSTALL_TARGET= jinstall PORTDOCDIR?= ${PREFIX}/share/doc/jweblint -PERLLIBDIR?= ${PREFIX}/lib/perl +PERLLIBDIR?= ${SITE_PERL} pre-install: @${SED} -e "s,%PERLLIBDIR%,${PERLLIBDIR},g" < ${WRKSRC}/jweblint.tmp \ diff --git a/japanese/weblint97/pkg-plist b/japanese/weblint97/pkg-plist index 829c13a3323c..48aabe5d81bf 100644 --- a/japanese/weblint97/pkg-plist +++ b/japanese/weblint97/pkg-plist @@ -1,6 +1,6 @@ bin/jweblint -lib/perl/html-ext.pl -lib/perl/htmli18n.pl +%%SITE_PERL%%/html-ext.pl +%%SITE_PERL%%/htmli18n.pl %%PORTDOCS%%share/doc/jweblint/warnings.html %%PORTDOCS%%share/doc/jweblint/jmanpage.html %%PORTDOCS%%@dirrm share/doc/jweblint |