diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-04-21 21:38:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-04-21 21:38:33 +0000 |
commit | 2beaf9920da5dc6bd5359d3c5db87bb5b9d3385d (patch) | |
tree | a9c8e59daae30c19f49aad0f66b31337ee346818 /sysutils | |
parent | 6d3cc600b0e10a524dd5d55262276990e987b18a (diff) | |
download | freebsd-ports-2beaf9920da5dc6bd5359d3c5db87bb5b9d3385d.zip |
Fix port to use /usr/bin/perl rather than /usr/local/bin/perl.
PR: 37291
Submitted by: Erich Zigler <erich@tacni.net>
Approved by: MAINTAINER: NAKAMURA Kazushi <kaz@kobe1995.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rotate/files/patch-rotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/rotate/files/patch-rotate b/sysutils/rotate/files/patch-rotate new file mode 100644 index 000000000000..187a30ec8778 --- /dev/null +++ b/sysutils/rotate/files/patch-rotate @@ -0,0 +1,8 @@ +--- rotate Sat Apr 20 10:40:33 2002 ++++ rotate.new Sat Apr 20 10:40:11 2002 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + ;# + ;# Name: rotate-1.1 + ;# Copyright (c) 1995, 1996 by Ikuo Nakagawa. All rights reserved. |