svn commit: r343782 - head/sysutils/roottail

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 17:02:37 UTC 2014


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 at 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}


More information about the svn-ports-all mailing list