lsof: remove long_desc.
This commit is contained in:
parent
dadcd8ea22
commit
f69449f001
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lsof'
|
||||
pkgname=lsof
|
||||
version=4.87
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=lsof_${version}
|
||||
hostmakedepends="which perl"
|
||||
short_desc="LiSt Open Files"
|
||||
|
@ -10,10 +10,6 @@ homepage="http://people.freebsd.org/~abe/"
|
|||
license="lsof"
|
||||
distfiles="ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_${version}.tar.bz2"
|
||||
checksum=dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c
|
||||
long_desc="
|
||||
Lsof is a UNIX-specific tool. Its name stands for LiSt Open Files, and it does
|
||||
just that. It lists information about files that are open by the processes
|
||||
running on a UNIX system."
|
||||
|
||||
post_extract() {
|
||||
# We have to do this dance because the real distfile is
|
||||
|
|
Loading…
Reference in New Issue