Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 17:02:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343782 - head/sysutils/roottail
Message-ID:  <201402111702.s1BH2bZD089317@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 11 17:02:37 2014
New Revision: 343782
URL: http://svnweb.freebsd.org/changeset/ports/343782
QAT: https://qat.redports.org/buildarchive/r343782/

Log:
  - Stage support

Modified:
  head/sysutils/roottail/Makefile

Modified: head/sysutils/roottail/Makefile
==============================================================================
--- head/sysutils/roottail/Makefile	Tue Feb 11 17:00:31 2014	(r343781)
+++ head/sysutils/roottail/Makefile	Tue Feb 11 17:02:37 2014	(r343782)
@@ -17,13 +17,13 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	xride@FreeBSD.org
 COMMENT=	Print text directly to X11 root window
 
-MAN1=		root-tail.1
-PLIST_FILES=	bin/root-tail
 USES=		imake
 USE_XORG=	x11 xext
 MAKE_ARGS=	CC="${CC}"
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/root-tail \
+		man/man1/root-tail.1.gz
+
 pre-everything::
 .if defined(WITH_EXTRA_PATCH)
 	@${ECHO_MSG}



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