Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 15:31:51 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345487 - head/misc/xtail
Message-ID:  <201402211531.s1LFVp2i022757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 21 15:31:50 2014
New Revision: 345487
URL: http://svnweb.freebsd.org/changeset/ports/345487
QAT: https://qat.redports.org/buildarchive/r345487/

Log:
  Support staging

Modified:
  head/misc/xtail/Makefile

Modified: head/misc/xtail/Makefile
==============================================================================
--- head/misc/xtail/Makefile	Fri Feb 21 15:31:25 2014	(r345486)
+++ head/misc/xtail/Makefile	Fri Feb 21 15:31:50 2014	(r345487)
@@ -12,12 +12,10 @@ COMMENT=	Watches the growth of files or 
 
 HAS_CONFIGURE=	yes
 
-MAN1=		xtail.1
-PLIST_FILES=	bin/xtail
+PLIST_FILES=	bin/xtail man/man1/xtail.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>



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