aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--japanese/another-htmllint/Makefile6
-rw-r--r--japanese/another-htmllint/files/htmllint2
-rw-r--r--japanese/another-htmllint/files/patch-htmllint.cgi2
-rw-r--r--japanese/another-htmllint/pkg-plist3
4 files changed, 4 insertions, 9 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile
index c9b525c43dca..5d2733f809ab 100644
--- a/japanese/another-htmllint/Makefile
+++ b/japanese/another-htmllint/Makefile
@@ -2,6 +2,7 @@
PORTNAME= another-htmllint
PORTVERSION= 20060601
+PORTREVISION= 1
CATEGORIES= japanese www
MASTER_SITES= http://dist.bsdlab.org/
@@ -19,7 +20,7 @@ DIR= ${STAGEDIR}${PREFIX}/share/htmllint
PM= htmllint.pm RFC2396.pm htmllint.env
RULE= *.rul
HTML= *.cgi *.html *.gif *.css
-SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@'
+SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@ ; s@%PERL%@${PERL}@'
# Please set this!
HTMLLINT_ADMIN?= kuriyama@FreeBSD.org
@@ -42,7 +43,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
diff --git a/japanese/another-htmllint/files/htmllint b/japanese/another-htmllint/files/htmllint
index e21183e666a9..b3664c0d1079 100644
--- a/japanese/another-htmllint/files/htmllint
+++ b/japanese/another-htmllint/files/htmllint
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!%PERL%
#
# $Id$
#
diff --git a/japanese/another-htmllint/files/patch-htmllint.cgi b/japanese/another-htmllint/files/patch-htmllint.cgi
index e794aa21fa44..284f10d4c460 100644
--- a/japanese/another-htmllint/files/patch-htmllint.cgi
+++ b/japanese/another-htmllint/files/patch-htmllint.cgi
@@ -2,7 +2,7 @@
+++ htmllint.cgi Fri Sep 29 14:41:55 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
-+#!/usr/bin/perl
++#!%PERL%
# CGI script for Another HTML-lint gateway ###################
diff --git a/japanese/another-htmllint/pkg-plist b/japanese/another-htmllint/pkg-plist
index d9c4cb92add2..cd4013319fee 100644
--- a/japanese/another-htmllint/pkg-plist
+++ b/japanese/another-htmllint/pkg-plist
@@ -79,6 +79,3 @@ share/htmllint/html/htmllint.css
share/htmllint/html/htmllint2.css
share/htmllint/html/tagslist.cgi
share/htmllint/htmllint.env
-@dirrm share/htmllint/rule
-@dirrm share/htmllint/html
-@dirrm share/htmllint