aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudosh2/Makefile
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2005-04-22 07:17:21 +0800
committercy <cy@FreeBSD.org>2005-04-22 07:17:21 +0800
commitc8170c78f1c085d82552832447b8e8be19abe964 (patch)
treec17b1dd5dcb629a26fd5ec4c9876e3ffceaa98a7 /security/sudosh2/Makefile
parent6a2e6f1f23f5ffc791f86f3dd5917e734276aa3a (diff)
downloadfreebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.tar.gz
freebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.tar.zst
freebsd-ports-gnome-c8170c78f1c085d82552832447b8e8be19abe964.zip
Udate 1.4.8 --> 1.4.9p1
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