summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-08 09:08:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-08 09:08:24 +0000
commitd76a26c8013d10c7d797f975382d044d1a026290 (patch)
treed211778514df3dd5a06ee3e98c10b18d9dc86ddf /net-mgmt/p5-SNMP/files/patch-Makefile.PL
parent- Remove net-snmp-tkmib, it depends on expired ports net-snmp4 and p5-SNMP (diff)
- Remove expired p5-SNMP port
Notes
Notes: svn path=/head/; revision=245392
Diffstat (limited to 'net-mgmt/p5-SNMP/files/patch-Makefile.PL')
-rw-r--r--net-mgmt/p5-SNMP/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/p5-SNMP/files/patch-Makefile.PL b/net-mgmt/p5-SNMP/files/patch-Makefile.PL
deleted file mode 100644
index 959663ef3629..000000000000
--- a/net-mgmt/p5-SNMP/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL Mon Jan 8 19:58:04 2001
-+++ Makefile.PL.orig Sat Feb 5 08:09:39 2000
-@@ -27,7 +27,7 @@
- $snmp_link_lib = 'libsnmp';
- $sep = '\\';
- } else {
-- $snmp_lib = 'libsnmp.a';
-+ $snmp_lib = 'libsnmp.so';
- $snmp_link_lib = 'snmp';
- $sep = '/';
- }