diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:03:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:03:49 +0000 |
commit | 667480cf6d48d61d0d1b9ef73e488fe5010a465b (patch) | |
tree | 8548c0035241b3a915da566f71ec2dfbdcecad49 /misc/unclutter/Makefile | |
parent | 22a440235e7e811a624bf49dc4cf776c52387956 (diff) | |
download | ports-667480cf6d48d61d0d1b9ef73e488fe5010a465b.tar.gz ports-667480cf6d48d61d0d1b9ef73e488fe5010a465b.zip |
Notes
Diffstat (limited to 'misc/unclutter/Makefile')
-rw-r--r-- | misc/unclutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile index b1eb9ad0f7c4..5a91a142c604 100644 --- a/misc/unclutter/Makefile +++ b/misc/unclutter/Makefile @@ -7,7 +7,7 @@ PORTNAME= unclutter PORTVERSION= 8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= simon@olofsson.de COMMENT= Remove idle cursor image from screen -WRKSRC= $(WRKDIR)/unclutter +WRKSRC= ${WRKDIR}/unclutter USE_IMAKE= yes USE_XORG= x11 xext MAN1= unclutter.1 |