diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-08-23 21:32:47 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-08-23 21:32:47 +0000 |
commit | 4603a958087621c76c0e94c95dd60deced55263c (patch) | |
tree | 35f6080832bfc4cc428bfc7b7b745f6b4a8ed650 /deskutils/mencal | |
parent | eb6eed746ebbcacc4d32c652caeac8a8caf6b835 (diff) | |
download | FreeBSD-ports-4603a958087621c76c0e94c95dd60deced55263c.zip FreeBSD-ports-4603a958087621c76c0e94c95dd60deced55263c.tar.gz |
Set shebang line correctly
Diffstat (limited to 'deskutils/mencal')
-rw-r--r-- | deskutils/mencal/Makefile | 4 | ||||
-rw-r--r-- | deskutils/mencal/files/patch-mencal | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/mencal/Makefile b/deskutils/mencal/Makefile index 652c123..dd86e33 100644 --- a/deskutils/mencal/Makefile +++ b/deskutils/mencal/Makefile @@ -7,6 +7,7 @@ PORTNAME= mencal PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://kyberdigi.cz/projects/${PORTNAME}/ @@ -17,6 +18,9 @@ USE_PERL5= yes NO_BUILD= yes PLIST_FILES= bin/mencal +post-patch: + @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/${PORTNAME} + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin diff --git a/deskutils/mencal/files/patch-mencal b/deskutils/mencal/files/patch-mencal index d75ab1a..3882eea 100644 --- a/deskutils/mencal/files/patch-mencal +++ b/deskutils/mencal/files/patch-mencal @@ -1,11 +1,5 @@ ---- mencal.orig Thu Jul 17 09:26:57 2003 -+++ mencal Thu Jul 17 09:27:35 2003 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -w -+#!/usr/bin/env perl -w - - ##< month object >## - +--- mencal.orig Thu Jul 17 07:53:15 2003 ++++ mencal Wed Aug 23 23:24:21 2006 @@ -276,15 +276,6 @@ } } |