diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-12 05:15:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-12 05:15:35 +0800 |
commit | cb00ffcbe46c5c1b44357f1eaca6edfe3ec9a48f (patch) | |
tree | 20b3a564bd872418b74ed53bd139e1fd3ac3703a /japanese | |
parent | 135bed61e1ec53c2f3f79ad475a1f09bc8eab2d8 (diff) | |
download | freebsd-ports-gnome-cb00ffcbe46c5c1b44357f1eaca6edfe3ec9a48f.tar.gz freebsd-ports-gnome-cb00ffcbe46c5c1b44357f1eaca6edfe3ec9a48f.tar.zst freebsd-ports-gnome-cb00ffcbe46c5c1b44357f1eaca6edfe3ec9a48f.zip |
- Fix shebangs
- Cleanup plist
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/another-htmllint/Makefile | 6 | ||||
-rw-r--r-- | japanese/another-htmllint/files/htmllint | 2 | ||||
-rw-r--r-- | japanese/another-htmllint/files/patch-htmllint.cgi | 2 | ||||
-rw-r--r-- | japanese/another-htmllint/pkg-plist | 3 |
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 |