pkglint: move WRKSRC where it belongs.
This commit is contained in:
parent
1959a4d000
commit
0bf080ed59
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue