mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to 4.02.
Now includes useful scripts in the package. Closes PR: ports/3065
This commit is contained in:
parent
1f31c1b3f5
commit
6804f3986f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5989
@ -3,11 +3,11 @@
|
||||
# Date created: Sat July 20, 1996
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1997/02/04 08:28:54 max Exp $
|
||||
# $Id: Makefile,v 1.6 1997/02/12 10:21:34 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lsof_3.87_W
|
||||
PKGNAME= lsof-3.87
|
||||
DISTNAME= lsof_4.02_W
|
||||
PKGNAME= lsof-4.02
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \
|
||||
@ -42,5 +42,9 @@ post-extract:
|
||||
do-install:
|
||||
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man1/lsof.1
|
||||
@${MKDIR} ${PREFIX}/share/lsof
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
|
||||
@/bin/chmod 0444 ${PREFIX}/share/lsof/00*
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lsof_3.87_W.tar.gz) = b2891b648110cb642170d6f43cd3a0df
|
||||
MD5 (lsof_4.02_W.tar.gz) = a81f4397e1479c52caba23edf2e1bc68
|
||||
|
@ -1,2 +1,4 @@
|
||||
sbin/lsof
|
||||
man/man1/lsof.1.gz
|
||||
@unexec /bin/rm -rf %D/share/lsof
|
||||
share/lsof
|
||||
|
Loading…
Reference in New Issue
Block a user