summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsalo <salo>2003-05-04 10:28:30 +0000
committersalo <salo>2003-05-04 10:28:30 +0000
commit43530727fd36974588f404f6536963bf95cd2782 (patch)
treebe0e2deb086fbf3908ebe982a888407df490008c /sysutils
parent22afd51adae947d9d20b469382ebf3028f86fb7e (diff)
downloadpkgsrc-43530727fd36974588f404f6536963bf95cd2782.tar.gz
delint.
Diffstat (limited to 'sysutils')
-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"