diff options
author | wxs <wxs@FreeBSD.org> | 2011-09-07 09:30:26 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-09-07 09:30:26 +0800 |
commit | b918cfdbda27480199c1fec9c674c8f78682992c (patch) | |
tree | 52fbf5b83d9c782d95814d9185a59f4421310e79 /security/sudo | |
parent | ffe35ff3405252d7595788b3ddfe3c95119a40c5 (diff) | |
download | freebsd-ports-gnome-b918cfdbda27480199c1fec9c674c8f78682992c.tar.gz freebsd-ports-gnome-b918cfdbda27480199c1fec9c674c8f78682992c.tar.zst freebsd-ports-gnome-b918cfdbda27480199c1fec9c674c8f78682992c.zip |
- Switch to using bsd.port.options.mk.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 69b693efb766..b831a273d0ac 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -61,7 +61,7 @@ OPTIONS= LDAP "With LDAP support" off \ LOGFAC?= local2 CONFIGURE_ARGS+= --with-logfac=${LOGFAC} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -137,4 +137,4 @@ post-install: fi ${TOUCH} ${PREFIX}/etc/sudoers.d/.keep-me -.include <bsd.port.post.mk> +.include <bsd.port.mk> |