summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-24 18:42:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-24 18:42:57 +0000
commit6804f3986ff2f4fa3dc227eed7f03afddc5123c1 (patch)
tree3ef18df682e77ecb9754f78db2d90e292837d25c /sysutils/lsof/Makefile
parentUpdate (diff)
Upgrade to 4.02.
Now includes useful scripts in the package. Closes PR: ports/3065
Notes
Notes: svn path=/head/; revision=5989
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 1a143e28b684..ac2aba8fe70c 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>