svn commit: r345487 - head/misc/xtail

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 15:31:51 UTC 2014


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>


More information about the svn-ports-all mailing list