From b91214c7207893da973ac8071041560845388487 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 22 Dec 2014 21:32:30 +0000 Subject: - Add missing run dependency on perl - Shebangfix --- www/demoroniser/Makefile | 7 +++++-- www/demoroniser/files/patch-demoroniser.pl | 8 -------- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 www/demoroniser/files/patch-demoroniser.pl (limited to 'www/demoroniser') diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile index 710a59d74937..deb4c9d2ec3f 100644 --- a/www/demoroniser/Makefile +++ b/www/demoroniser/Makefile @@ -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@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 \ diff --git a/www/demoroniser/files/patch-demoroniser.pl b/www/demoroniser/files/patch-demoroniser.pl deleted file mode 100644 index 09f9f2337f12..000000000000 --- a/www/demoroniser/files/patch-demoroniser.pl +++ /dev/null @@ -1,8 +0,0 @@ ---- demoroniser.pl.orig Sat Jan 10 22:29:54 1998 -+++ demoroniser.pl Thu Aug 12 18:36:53 1999 -@@ -1,4 +1,4 @@ --#! /bin/perl -+#!/usr/bin/perl - # - # De-moron-ise Text from Microsoft Applications - # -- cgit