aboutsummaryrefslogtreecommitdiff
path: root/misc/gone/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-08-01 16:21:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-08-01 16:21:12 +0000
commitbb49c09fc002f413ec18713ebd99feddd5c879df (patch)
treedb6658a307b266c127892ef88ff46eb4dfce1f65 /misc/gone/Makefile
parent553423119f956d32d6b5db1347a9254840cc532c (diff)
Update to 1.3.6 which brings VTY switch prevention support.
Notes
Notes: svn path=/head/; revision=258587
Diffstat (limited to 'misc/gone/Makefile')
-rw-r--r--misc/gone/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
index 8a95fbdac943..31768cb69679 100644
--- a/misc/gone/Makefile
+++ b/misc/gone/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= gone
-PORTVERSION= 1.3.5
+PORTVERSION= 1.3.6
CATEGORIES= misc
-MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
+MASTER_SITES= http://www.marcuscom.com/downloads/gone/
MAINTAINER= marcus@FreeBSD.org
COMMENT= A terminal locking utility with many improvements over lock(1)
@@ -17,6 +17,10 @@ MAN1= gone.1
PLIST_FILES= bin/gone
GNU_CONFIGURE= yes
+OPTIONS= SETUID "Install gone setuid root for password support" OFF
+
+.include <bsd.port.pre.mk>
+
#
# If you would like to be able to use system passwords for gone
# override this with WITH_SETUID=yes in your environment.
@@ -28,4 +32,4 @@ CONFIGURE_ENV= with_setuid=yes
CONFIGURE_ENV= with_setuid=no
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>