summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-04 10:28:30 +0000
committersalo <salo@pkgsrc.org>2003-05-04 10:28:30 +0000
commit92cfd159f2807eff40e1eff986eeea51876884bd (patch)
treebe0e2deb086fbf3908ebe982a888407df490008c /sysutils/lsof
parent2ee3c1ea97ff8ec81b70238a1c7539e3903dd501 (diff)
downloadpkgsrc-92cfd159f2807eff40e1eff986eeea51876884bd.tar.gz
delint.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 8cc9e8d3662..40092beace3 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.61 2003/05/03 16:55:28 atatat Exp $
+# $NetBSD: Makefile,v 1.62 2003/05/04 10:28:30 salo Exp $
#
DISTNAME= lsof_4.67
-PKGREVISION= 2
PKGNAME= ${DISTNAME:S/_/-/}
-TMPWRK= ${WRKDIR}/${DISTNAME}
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
CATEGORIES= sysutils
MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
@@ -27,6 +26,7 @@ CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE} \
-DLSOF_LESS_SECURE_SOCKETS=${LSOF_LESS_SECURE_SOCKETS}
OSVERSION_SPECIFIC= yes
+TMPWRK= ${WRKDIR}/${DISTNAME}
SRCBALL_NAME= ${DISTNAME}_src
.include "../../mk/bsd.prefs.mk"