From fedb31e5fa9427dbe6510393f7b2f46df4702532 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 7 Jun 2014 23:55:00 +0000 Subject: Convert to STAGE. --- misc/gone/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/gone/Makefile b/misc/gone/Makefile index cf3d1d5e987..16a053dcc58 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -9,14 +9,12 @@ MASTER_SITES= http://www.marcuscom.com/downloads/gone/ MAINTAINER= marcus@FreeBSD.org COMMENT= A terminal locking utility with many improvements over lock(1) -MAN1= gone.1 -PLIST_FILES= bin/gone +PLIST_FILES= bin/gone man/man1/gone.1.gz GNU_CONFIGURE= yes OPTIONS_DEFINE= SETUID SETUID_DESC= Install gone setuid root for password support -NO_STAGE= yes .include .include @@ -31,4 +29,8 @@ CONFIGURE_ENV= with_setuid=yes CONFIGURE_ENV= with_setuid=no .endif +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone + ${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1 + .include -- cgit