diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-10-30 14:24:02 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-10-30 14:24:02 +0000 |
commit | 442c763f08592832412db65659381946c06e034f (patch) | |
tree | a1bf6e6d8223cdbd87d376acf675862a84ce8e20 /security/sudo | |
parent | 9f0e85e13cc4c4e2d49086e2fb7f20f06b476433 (diff) | |
download | ports-442c763f08592832412db65659381946c06e034f.tar.gz ports-442c763f08592832412db65659381946c06e034f.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8952fbf2d686..c84eb30b2eee 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,8 @@ # PORTNAME= sudo -DISTVERSION= 1.8.3p1 +PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ @@ -36,6 +37,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ +DISTFILES= sudo-${PORTVERSION}p1${EXTRACT_SUFX} MAINTAINER= wxs@FreeBSD.org COMMENT= Allow others to run commands as root @@ -43,6 +45,7 @@ COMMENT= Allow others to run commands as root MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes WITH_FBSD10_FIX=yes +WRKSRC= ${WRKDIR}/${DISTFILES:S/${EXTRACT_SUFX}//} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ |