diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-08-01 16:21:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-08-01 16:21:12 +0000 |
commit | bb49c09fc002f413ec18713ebd99feddd5c879df (patch) | |
tree | db6658a307b266c127892ef88ff46eb4dfce1f65 /misc/gone/Makefile | |
parent | 553423119f956d32d6b5db1347a9254840cc532c (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/Makefile | 10 |
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> |