aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudosh2/Makefile')
-rw-r--r--security/sudosh2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile
index cfb025e251c6..5da81d8fed6d 100644
--- a/security/sudosh2/Makefile
+++ b/security/sudosh2/Makefile
@@ -6,21 +6,22 @@
#
PORTNAME= sudosh
-PORTVERSION= 1.4.8
-PORTREVISION= 1
+PORTVERSION= 1.4.9.1
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/p&/:C/p\./p/}
MAINTAINER= cy@FreeBSD.org
COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
-USE_BZIP2= yes
+USE_GZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+CONFIGURE_ARGS+= --program-transform-name=''
.if defined(SUDOSH_LOGDIR)
CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}"
.else