diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-25 02:42:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-25 02:42:57 +0800 |
commit | 8f18cbc2db948298f915027f17ba5af86c47b09a (patch) | |
tree | d04a1e3cc0a473f974283329221658c8a89e9492 /sysutils/lsof | |
parent | 4fed7d701f9fa62e8ea10ab65999ebfea03a49c7 (diff) | |
download | freebsd-ports-gnome-8f18cbc2db948298f915027f17ba5af86c47b09a.tar.gz freebsd-ports-gnome-8f18cbc2db948298f915027f17ba5af86c47b09a.tar.zst freebsd-ports-gnome-8f18cbc2db948298f915027f17ba5af86c47b09a.zip |
Upgrade to 4.02.
Now includes useful scripts in the package.
Closes PR: ports/3065
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 10 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lsof/pkg-plist | 2 |
3 files changed, 10 insertions, 4 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> diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 194857987a8e..b734c67de559 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 269c8dfe3175..0196039e36d4 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 |