From f0e1947767ef5412343b79715d4145569a598ab9 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 24 May 1998 03:19:19 +0000 Subject: Update to version 1.3.1. PR: 6703 Submitted by: maintainer --- misc/gone/Makefile | 38 +++++++++++++------------------------- misc/gone/distinfo | 2 +- misc/gone/pkg-plist | 1 + 3 files changed, 15 insertions(+), 26 deletions(-) (limited to 'misc/gone') diff --git a/misc/gone/Makefile b/misc/gone/Makefile index fcf130c98504..262469cbceb0 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -1,41 +1,29 @@ # New ports collection makefile for: gone -# Version required: 1.3 +# Version required: 1.3.1 # Date created: 19 April 1998 # Whom: marcus # -# $Id: Makefile,v 1.2 1998/04/20 03:17:26 mph Exp $ +# $Id: Makefile,v 1.3 1998/04/20 04:41:16 mph Exp $ # -DISTNAME= gone-1.3 +DISTNAME= gone-1.3.1 CATEGORIES= misc MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ MAINTAINER= marcus@miami.edu -GNU_CONFIGURE= yes - MAN1= gone.1 +GNU_CONFIGURE= yes -.if !defined(WITH_SETUID) -WITH_SETUID= no -CONFIGURE_ENV= SETUID_Q=no -SHOWHELP= yes -.elif ${WITH_SETUID} == YES || ${WITH_SETUID} == yes || ${WITH_SETUID} == Yes -CONFIGURE_ENV= SETUID_Q=yes -.elif ${WITH_SETUID} == NO || ${WITH_SETUID} == no || ${WITH_SETUID} == No -CONFIGURE_ENV= SETUID_Q=no +# +# If you would like to be able to use system passwords for gone +# override this with WITH_SETUID=yes in your environment. +# Be aware that setting gone to suid MAY be a security hole. +# +WITH_SETUID?= no +.if ${WITH_SETUID} == yes +CONFIGURE_ENV= with_setuid=yes .else -ABORT= yes +CONFIGURE_ENV= with_setuid=no .endif - -pre-configure: -.if defined(SHOWHELP) - @ ${ECHO_MSG} To authenticate system passwords, build with \"make WITH_SETUID=YES\". - @ ${ECHO_MSG} Running setuid could introduce security holes in your system. -.endif -.if defined(ABORT) - @ ${ECHO_MSG} I do not understand WITH_SETUID=${WITH_SETUID}. Set to YES or NO. - @ ${FALSE} -.endif - .include diff --git a/misc/gone/distinfo b/misc/gone/distinfo index e2cf52825290..126b1d940a4c 100644 --- a/misc/gone/distinfo +++ b/misc/gone/distinfo @@ -1 +1 @@ -MD5 (gone-1.3.tar.gz) = a91409e17a5947db73d815a684219d2c +MD5 (gone-1.3.1.tar.gz) = 5f2676d0a8999b7916e82ffc37286db0 diff --git a/misc/gone/pkg-plist b/misc/gone/pkg-plist index be2ef5249875..888649e1301d 100644 --- a/misc/gone/pkg-plist +++ b/misc/gone/pkg-plist @@ -1,2 +1,3 @@ +@cwd /usr/local bin/gone man/man1/gone.1.gz -- cgit v1.2.3