diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-09-07 01:30:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-09-07 01:30:26 +0000 |
commit | 37bb0715c93a39035ece7f8da1214db81c06ab4c (patch) | |
tree | 5bc007b66dcea0fe80406f2d31f9acd7dbe19abe /security | |
parent | 4239d2197a8514c81e14ab8b89791a69fb481fb6 (diff) |
Notes
Diffstat (limited to 'security')
-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> |