summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile10
-rw-r--r--sysutils/lsof/distinfo2
-rw-r--r--sysutils/lsof/pkg-plist2
3 files changed, 10 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 1a143e2..ac2aba8 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -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>
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 1948579..b734c67 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1 +1 @@
-MD5 (lsof_3.87_W.tar.gz) = b2891b648110cb642170d6f43cd3a0df
+MD5 (lsof_4.02_W.tar.gz) = a81f4397e1479c52caba23edf2e1bc68
diff --git a/sysutils/lsof/pkg-plist b/sysutils/lsof/pkg-plist
index 269c8df..0196039 100644
--- a/sysutils/lsof/pkg-plist
+++ b/sysutils/lsof/pkg-plist
@@ -1,2 +1,4 @@
sbin/lsof
man/man1/lsof.1.gz
+@unexec /bin/rm -rf %D/share/lsof
+share/lsof
OpenPOWER on IntegriCloud