summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /sysutils/lsof
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile10
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>