diff options
author | adam <adam> | 2016-01-09 13:16:41 +0000 |
---|---|---|
committer | adam <adam> | 2016-01-09 13:16:41 +0000 |
commit | 9677599dc08b35231773677b170c4c5bed021444 (patch) | |
tree | 400a20bc9081002f039136420c717fe039816067 | |
parent | ce46b41a6bbed8865a078dae33dd85347288383a (diff) | |
download | pkgsrc-9677599dc08b35231773677b170c4c5bed021444.tar.gz |
Use our exampledir; configure uses different directories for different OSes.
-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 |