diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 10:11:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 10:11:09 +0000 |
commit | f59911fc56d0e995ceff2ccfb386dd481c0dd22f (patch) | |
tree | fb7d6ac439ac9c03e364c9bc031f7af0fff298ed /converters | |
parent | 89b7ae1d516d42d58f92e0af77a855db5302d756 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/htx/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/converters/htx/Makefile b/converters/htx/Makefile index 7ac0091309e6..dcf3f1bf10d9 100644 --- a/converters/htx/Makefile +++ b/converters/htx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: htx -# Date created: 2005-07-19 -# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru> -# +# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru> # $FreeBSD$ -# PORTNAME= htx DISTVERSION= 0.7.8 @@ -13,13 +9,11 @@ MASTER_SITES= http://stuff.myrealm.co.uk/htx/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= HTML to XHTML converter -USE_PERL5= yes +USES= perl5 shebangfix +SHEBANG_FILES= htx NO_BUILD= yes PLIST_FILES= bin/htx -post-patch: - @${PERL5} -pi.orig -e 's,/usr/bin/perl,${PERL5},' ${WRKSRC}/htx - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin |