svn commit: r375272 - in head/www/demoroniser: . files

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 21:32:32 UTC 2014


Author: antoine
Date: Mon Dec 22 21:32:30 2014
New Revision: 375272
URL: https://svnweb.freebsd.org/changeset/ports/375272
QAT: https://qat.redports.org/buildarchive/r375272/

Log:
  - Add missing run dependency on perl
  - Shebangfix

Deleted:
  head/www/demoroniser/files/
Modified:
  head/www/demoroniser/Makefile

Modified: head/www/demoroniser/Makefile
==============================================================================
--- head/www/demoroniser/Makefile	Mon Dec 22 21:27:19 2014	(r375271)
+++ head/www/demoroniser/Makefile	Mon Dec 22 21:32:30 2014	(r375272)
@@ -3,6 +3,7 @@
 
 PORTNAME=	demoroniser
 PORTVERSION=	1.0.20030916
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.fourmilab.ch/webtools/demoroniser/ \
 		${MASTER_SITE_LOCAL}
@@ -12,12 +13,14 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Correct moronic and gratuitously incompatible HTML from MS applications
 
-USES=		zip shebangfix
+USES=		perl5 shebangfix zip
+USE_PERL5=	run
+perl_OLD_CMD=	/bin/perl
+SHEBANG_FILES=	demoroniser.pl
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/demoroniser man/man1/demoroniser.1.gz
-SHEBANG_FILES=	demoroniser.pl
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/demoroniser.pl \


More information about the svn-ports-head mailing list