diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-08 03:12:17 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-08 03:12:17 +0800 |
commit | 52a2327be4a1e601fcab2b8fc409b5991e4dfc90 (patch) | |
tree | d2b53adf98f9db2be096d5ec6cc1b5d79aa1ec5f /japanese/weblint97/Makefile | |
parent | 90a5928e3c0130f627a996ba182e5452908ff506 (diff) | |
download | freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.tar.gz freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.tar.zst freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.zip |
Don't add extra quotes around DEPRECATED when BROKEN already has
them. These are probably not the only ports that do this, but
they are the only ones with bad shell metacharacters that the
extra quotes un-quote.
Approved by: linimon
Diffstat (limited to 'japanese/weblint97/Makefile')
-rw-r--r-- | japanese/weblint97/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index d2931796fa16..b0d5d675d350 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -18,7 +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}" +DEPRECATED= ${BROKEN} EXPIRATION_DATE=2005-09-22 WRKSRC= ${WRKDIR}/weblint-97 |