Index: head/www/demoroniser/files/patch-demoroniser.pl =================================================================== --- head/www/demoroniser/files/patch-demoroniser.pl (revision 375271) +++ head/www/demoroniser/files/patch-demoroniser.pl (nonexistent) @@ -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 - # Property changes on: head/www/demoroniser/files/patch-demoroniser.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/demoroniser/Makefile =================================================================== --- head/www/demoroniser/Makefile (revision 375271) +++ head/www/demoroniser/Makefile (revision 375272) @@ -1,27 +1,30 @@ # Created by: Chris D. Faulhaber # $FreeBSD$ PORTNAME= demoroniser PORTVERSION= 1.0.20030916 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=jedgar 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 \ ${STAGEDIR}${PREFIX}/bin/demoroniser ${INSTALL_MAN} ${WRKDIR}/demoroniser.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include