|
@@ -4,9 +4,10 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LSOF_VERSION = 4.87
|
|
|
+LSOF_VERSION = 4.88
|
|
|
LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2
|
|
|
-LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof
|
|
|
+# Use http mirror since master ftp site access is very draconian
|
|
|
+LSOF_SITE = http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof
|
|
|
LSOF_LICENSE = lsof license
|
|
|
# License is repeated in each file, this is a relatively small one.
|
|
|
# It is also defined in 00README, but that contains a lot of other cruft.
|