summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-04-06 13:17:09 +0000
committerwiz <wiz>2000-04-06 13:17:09 +0000
commita69501c8be22a529ae7f25fc3315103808906108 (patch)
tree1ce45f16a3acb94b6452018f33577c179fec118c /sysutils/lsof/Makefile
parentfd44d6446a7db551cc8c04226e7f6186e71aab68 (diff)
downloadpkgsrc-a69501c8be22a529ae7f25fc3315103808906108.tar.gz
update to the release version lsof-4.49 (we have been using a beta);
no functional change as far as I can tell.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile35
1 files changed, 17 insertions, 18 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index bb5ac4b9d2a..b534a8301c3 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2000/03/27 08:54:59 tron Exp $
+# $NetBSD: Makefile,v 1.29 2000/04/06 13:17:09 wiz Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
-DISTNAME= lsof_4.49C.n+obsd
-PKGNAME= lsof-4.49.3
+DISTNAME= lsof_4.49_W
+PKGNAME= lsof-4.49.4
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
CATEGORIES= sysutils
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \
ftp://ftp0.sunet.se/pub/unix/admin/lsof/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/
HAS_CONFIGURE= yes
@@ -31,20 +31,19 @@ MAKE_ENV+= CPPFLAGS=
.endif
post-extract:
-# commented out for the pre-release 4.49.2, which doesn't support it
-# @(cd ${WRKDIR} ; \
-# EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \
-# CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \
-# if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \
-# ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \
-# ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \
-# ${FALSE} ; \
-# fi ; \
-# if [ "X${EXTRACT_USING_PAX}" = "X" ]; then \
-# ${GTAR} -xf ${SRCBALL_NAME}.tar; \
-# else \
-# ${PAX} -r < ${SRCBALL_NAME}.tar; \
-# fi)
+ @(cd ${WRKDIR} ; \
+ EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \
+ CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \
+ if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \
+ ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \
+ ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \
+ ${FALSE} ; \
+ fi ; \
+ if [ "X${EXTRACT_USING_PAX}" = "X" ]; then \
+ ${GTAR} -xf ${SRCBALL_NAME}.tar; \
+ else \
+ ${PAX} -r < ${SRCBALL_NAME}.tar; \
+ fi)
@( cd ${WRKSRC} ; ${ECHO} "y" | ./Inventory || exit 1 )
do-install: