summaryrefslogtreecommitdiff
path: root/japanese/weblint97
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-10-31 23:59:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-10-31 23:59:33 +0000
commit2adb1f4aebf20ceff8e4d0a25f376b0283e1099c (patch)
tree30e1916e304f1af80e000555e0500accda0bc05a /japanese/weblint97
parentUpgrade to version 1.3.3. (diff)
Fix misc. nits, including new MASTER_SITES and WWW line in DESCR.
PR: 14581 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22745
Diffstat (limited to '')
-rw-r--r--japanese/weblint97/Makefile12
-rw-r--r--japanese/weblint97/files/patch-aa17
-rw-r--r--japanese/weblint97/pkg-descr2
3 files changed, 21 insertions, 10 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile
index 34c76cc5282a..51acf8910745 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
diff --git a/japanese/weblint97/files/patch-aa b/japanese/weblint97/files/patch-aa
index 4b4a0b3c69a7..c339319510bd 100644
--- a/japanese/weblint97/files/patch-aa
+++ b/japanese/weblint97/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Sat Mar 8 00:12:00 1997
-+++ Makefile Sun Aug 23 23:57:27 1998
++++ Makefile Thu Oct 28 03:41:46 1999
@@ -5,12 +5,15 @@
SHELL = /bin/sh
@@ -19,11 +19,20 @@
EXTLIB = html-ext.pl
I18NLIB = htmli18n.pl
JCODE = jcode.pl
-@@ -44,11 +47,10 @@
- -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR)
- -cp $(EXTLIB) $(LIBDIR)
+@@ -39,16 +42,14 @@
-cp $(I18NLIB) $(LIBDIR)
+
+ jinstall: $(JPROGRAM)
+- -cp $(JPROGRAM) $(BINDIR)
+- -chmod 755 $(BINDIR)/$(JPROGRAM)
+- -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR)
+- -cp $(EXTLIB) $(LIBDIR)
+- -cp $(I18NLIB) $(LIBDIR)
- -cp $(JCODE) $(LIBDIR)
++ ${BSD_INSTALL_SCRIPT} $(JPROGRAM) $(BINDIR)
++ ${BSD_INSTALL_MAN} $(JPDIR)/$(JPROGRAM).1 $(JMANDIR)
++ ${BSD_INSTALL_DATA} $(EXTLIB) $(LIBDIR)
++ ${BSD_INSTALL_DATA} $(I18NLIB) $(LIBDIR)
euc-jp:
patch < $(JPDIR)/euc-jp.patch
diff --git a/japanese/weblint97/pkg-descr b/japanese/weblint97/pkg-descr
index aaef02740c58..8dab7f153ca6 100644
--- a/japanese/weblint97/pkg-descr
+++ b/japanese/weblint97/pkg-descr
@@ -12,6 +12,6 @@ To check one or more HTML files, run weblint thusly:
% jweblint file1.html [... fileN.html]
If a file is in fact a directory, weblint will recurse, checking all files.
-WWW: http://www.aichi-u.ac.jp/%7Emimasa/jweblint/victims.html
+WWW: http://www.sfc.keio.ac.jp/%7Emimasa/jweblint/
-- Takayuki Ariga