summaryrefslogtreecommitdiff
path: root/lang/perl5.6/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /lang/perl5.6/files/patch-ae
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'lang/perl5.6/files/patch-ae')
-rw-r--r--lang/perl5.6/files/patch-ae18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/perl5.6/files/patch-ae b/lang/perl5.6/files/patch-ae
deleted file mode 100644
index 21e8da5bbe62..000000000000
--- a/lang/perl5.6/files/patch-ae
+++ /dev/null
@@ -1,18 +0,0 @@
---- makedepend.SH.orig Wed Jul 30 18:46:59 2003
-+++ makedepend.SH Wed May 2 22:24:46 2007
-@@ -73,6 +73,7 @@
- case "$osname" in
- os2) ;;
- netbsd) ;;
-+ freebsd) ;;
- *) $touch $firstmakefile ;;
- esac
- fi
-@@ -163,6 +164,7 @@
- -e '/^#.*<builtin>/d' \
- -e '/^#.*<built-in>/d' \
- -e '/^#.*<command line>/d' \
-+ -e '/^#.*<command-line>/d' \
- -e '/^#.*"-"/d' \
- -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
- -e 's/^[ ]*#[ ]*line/#/' \