diff options
author | wxs <wxs@FreeBSD.org> | 2011-11-01 22:13:05 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-11-01 22:13:05 +0800 |
commit | c7bfab9e668ca8b8613007ef9f85791656f98659 (patch) | |
tree | 215a2260cd467a3343239fae1f89321b03adf4eb /security/sudo | |
parent | 7021ad0b1bf2f21abda388ed5c70155e3bf3070d (diff) | |
download | freebsd-ports-gnome-c7bfab9e668ca8b8613007ef9f85791656f98659.tar.gz freebsd-ports-gnome-c7bfab9e668ca8b8613007ef9f85791656f98659.tar.zst freebsd-ports-gnome-c7bfab9e668ca8b8613007ef9f85791656f98659.zip |
- Use DISTNAME instead of DISTFILES and remove WRKSRC.
Submitted by: sunpoet@
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c84eb30b2eee..0b1b530311e1 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -37,7 +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} +DISTNAME= sudo-${PORTVERSION}p1 MAINTAINER= wxs@FreeBSD.org COMMENT= Allow others to run commands as root @@ -45,7 +45,6 @@ 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 \ |