summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ae
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-10-06 14:51:03 +0000
committeragc <agc@pkgsrc.org>1997-10-06 14:51:03 +0000
commit6f28891f98b790fd8b1b722ecca201f5d52d4dc0 (patch)
treee09348c800e8880ab1546ac9a88260dac0f5ee84 /lang/perl5/patches/patch-ae
parent7aad20a3c7345a32db1f0f92b9b81869e82a834d (diff)
downloadpkgsrc-6f28891f98b790fd8b1b722ecca201f5d52d4dc0.tar.gz
Initial import of FreeBSD lang ports into the NetBSD
packages system.
Diffstat (limited to 'lang/perl5/patches/patch-ae')
-rw-r--r--lang/perl5/patches/patch-ae10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/perl5/patches/patch-ae b/lang/perl5/patches/patch-ae
new file mode 100644
index 00000000000..1c95a05a5db
--- /dev/null
+++ b/lang/perl5/patches/patch-ae
@@ -0,0 +1,10 @@
+--- makedepend.SH.orig Mon Sep 8 21:27:36 1997
++++ makedepend.SH Mon Sep 8 21:29:04 1997
+@@ -60,6 +60,7 @@
+ # to be out of date. I don't know if OS/2 has touch, so do this:
+ case "$osname" in
+ os2) ;;
++ freebsd) ;;
+ *) $touch $firstmakefile ;;
+ esac
+ fi