svn commit: r324029 - head/converters/htx

Andrej Zverev az at FreeBSD.org
Wed Jul 31 10:11:10 UTC 2013


Author: az
Date: Wed Jul 31 10:11:09 2013
New Revision: 324029
URL: http://svnweb.freebsd.org/changeset/ports/324029

Log:
  - Convert to new perl order
  - replace post-patch with shebangfix

Modified:
  head/converters/htx/Makefile   (contents, props changed)

Modified: head/converters/htx/Makefile
==============================================================================
--- head/converters/htx/Makefile	Wed Jul 31 09:59:23 2013	(r324028)
+++ head/converters/htx/Makefile	Wed Jul 31 10:11:09 2013	(r324029)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	htx
-# Date created:		2005-07-19
-# Whom:			Vsevolod Stakhov <vsevolod at highsecure.ru>
-#
+# Created by: Vsevolod Stakhov <vsevolod at highsecure.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	htx
 DISTVERSION=	0.7.8
@@ -13,13 +9,11 @@ MASTER_SITES=	http://stuff.myrealm.co.uk
 MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list