diff options
author | adam <adam@pkgsrc.org> | 2016-01-09 13:16:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-01-09 13:16:41 +0000 |
commit | 801fa4a34cd0d22474e05b3f4a8c380f9e9df0ac (patch) | |
tree | 400a20bc9081002f039136420c717fe039816067 /security | |
parent | 8d27de7c89c31b010db0cb9cfcef00263c4c5e6e (diff) | |
download | pkgsrc-801fa4a34cd0d22474e05b3f4a8c380f9e9df0ac.tar.gz |
Use our exampledir; configure uses different directories for different OSes.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3d914a5cfd1..29d77a90161 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2016/01/09 11:22:12 adam Exp $ +# $NetBSD: Makefile,v 1.150 2016/01/09 13:16:41 adam Exp $ DISTNAME= sudo-1.8.15 CATEGORIES= security @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-path-info CONFIGURE_ARGS+= --disable-root-mailer CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-exampledir=${PREFIX}/${EGDIR} CONFIGURE_ARGS+= --with-ignore-dot CONFIGURE_ARGS+= --with-nbsdops CONFIGURE_ARGS+= --libexecdir=${PREFIX}/lib # for a bunch of shared libs |