summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-14 10:25:50 +0000
committerfrueauf <frueauf>1998-12-14 10:25:50 +0000
commit80853aa6b7f6a56c35544560ddc336a34bd7c227 (patch)
treea54fd0f9ba026f446a32b7a2af7c5a92fc7b48dc /security
parentf8c084daff8be96059ab04c35149a48c80b6b3b0 (diff)
downloadpkgsrc-80853aa6b7f6a56c35544560ddc336a34bd7c227.tar.gz
pkglint: move WRKSRC where it belongs.
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index d0a6855043a..cfd3add2e0d 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 1998/12/13 11:34:31 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1998/12/14 10:25:50 frueauf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp
#
DISTNAME= cu-sudo.v1.5.7p4
PKGNAME= sudo-1.5.7p4
+WRKSRC= ${WRKDIR}/sudo.v1.5.7p4
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sudo/
EXTRACT_SUFX= .tar.Z
@@ -15,7 +16,6 @@ CONFLICTS= sudo-1.5.3 sudo-1.5.4p1 sudo-1.5.6p2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-C2 --with-skey --with-nbsdops --disable-path-info
-WRKSRC= ${WRKDIR}/sudo.v1.5.7p4
post-install:
cd ${WRKSRC} ; ${CP} sample.sudoers ${PREFIX}/etc/sudoers.example