diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /sysutils | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 2886e4be8e5d..fa4fcdc7e948 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,7 +3,7 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/11/11 19:42:44 obrien Exp $ +# $Id: Makefile,v 1.2 1996/11/17 02:41:03 obrien Exp $ # DISTNAME= lsof_3.81_W @@ -21,10 +21,10 @@ WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd +MAN1= lsof.1 SRCBALL_NAME= ${DISTNAME:S/_W$//} - post-extract: @( cd ${WRKDIR} ; \ EXPMD5=`/usr/bin/grep MD5 README.${SRCBALL_NAME} | sed 's/^[ ]*//'` ; \ @@ -43,10 +43,4 @@ 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 - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/lsof.1 -.endif - .include <bsd.port.mk> |