svn commit: r343847 - head/misc/unclutter

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 05:55:36 UTC 2014


Author: miwi
Date: Wed Feb 12 05:55:35 2014
New Revision: 343847
URL: http://svnweb.freebsd.org/changeset/ports/343847
QAT: https://qat.redports.org/buildarchive/r343847/

Log:
  - Stage support

Modified:
  head/misc/unclutter/Makefile

Modified: head/misc/unclutter/Makefile
==============================================================================
--- head/misc/unclutter/Makefile	Wed Feb 12 05:55:20 2014	(r343846)
+++ head/misc/unclutter/Makefile	Wed Feb 12 05:55:35 2014	(r343847)
@@ -15,8 +15,8 @@ COMMENT=	Remove idle cursor image from s
 WRKSRC=		${WRKDIR}/unclutter
 USES=		imake
 USE_XORG=	x11 xext
-MAN1=		unclutter.1
-PLIST_FILES=	bin/unclutter
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/unclutter \
+		man/man1/unclutter.1.gz
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list