Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 23:55:00 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356961 - head/misc/gone
Message-ID:  <201406072355.s57Nt0qx004197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sat Jun  7 23:55:00 2014
New Revision: 356961
URL: http://svnweb.freebsd.org/changeset/ports/356961
QAT: https://qat.redports.org/buildarchive/r356961/

Log:
  Convert to STAGE.

Modified:
  head/misc/gone/Makefile

Modified: head/misc/gone/Makefile
==============================================================================
--- head/misc/gone/Makefile	Sat Jun  7 23:46:45 2014	(r356960)
+++ head/misc/gone/Makefile	Sat Jun  7 23:55:00 2014	(r356961)
@@ -9,14 +9,12 @@ MASTER_SITES=	http://www.marcuscom.com/d
 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 <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
@@ -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 <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406072355.s57Nt0qx004197>