[Midnightbsd-cvs] mports [17473] trunk/misc/unclutter/Makefile: update extract handling
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 23 23:15:46 EDT 2014
Revision: 17473
http://svnweb.midnightbsd.org/mports/?rev=17473
Author: laffer1
Date: 2014-09-23 23:15:46 -0400 (Tue, 23 Sep 2014)
Log Message:
-----------
update extract handling
Modified Paths:
--------------
trunk/misc/unclutter/Makefile
Modified: trunk/misc/unclutter/Makefile
===================================================================
--- trunk/misc/unclutter/Makefile 2014-09-24 03:13:00 UTC (rev 17472)
+++ trunk/misc/unclutter/Makefile 2014-09-24 03:15:46 UTC (rev 17473)
@@ -3,11 +3,10 @@
PORTNAME= unclutter
PORTVERSION= 8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ports at midnightbsd.org
COMMENT= Remove idle cursor image from screen
@@ -15,9 +14,9 @@
LICENSE= publicdom
WRKSRC= $(WRKDIR)/unclutter
-USES= imake
+USES= imake tar:Z
USE_XORG= x11 xext
-MAN1= unclutter.1
-PLIST_FILES= bin/unclutter
+PLIST_FILES= bin/unclutter \
+ man/man1/unclutter.1.gz
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list