summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-30 18:32:32 +0000
committerjlam <jlam@pkgsrc.org>2004-03-30 18:32:32 +0000
commita4fbec96a6aeb53d581096786f48ec01a01cd1de (patch)
tree611493b131743db37f7c833fa710a714845cdc74 /security
parent431a32821cd9c7317c3619ed160c6e6f33f2ee78 (diff)
downloadpkgsrc-a4fbec96a6aeb53d581096786f48ec01a01cd1de.tar.gz
Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.
Diffstat (limited to 'security')
-rw-r--r--security/chkrootkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index 70d5bec7ec1..eae92e0e260 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 15:33:52 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/30 18:32:33 jlam Exp $
#
DISTNAME= chkrootkit
@@ -12,7 +12,7 @@ COMMENT= Locally checks for signs of a rootkit
PKG_INSTALLATION_TYPES= overwrite pkgviews
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
DIST_SUBDIR= ${PKGNAME}
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes