aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-12 13:55:35 +0800
committermiwi <miwi@FreeBSD.org>2014-02-12 13:55:35 +0800
commit77c11a5306056604c00f5865452085eda4f46950 (patch)
tree50708b525863adf3880ac844e68b58789655b62d /misc
parentc8cdab3f4ea159541df5be32f1f8197f1dfeb987 (diff)
downloadfreebsd-ports-gnome-77c11a5306056604c00f5865452085eda4f46950.tar.gz
freebsd-ports-gnome-77c11a5306056604c00f5865452085eda4f46950.tar.zst
freebsd-ports-gnome-77c11a5306056604c00f5865452085eda4f46950.zip
- Stage support
Diffstat (limited to 'misc')
-rw-r--r--misc/unclutter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile
index 37c2c87519e2..c46fd385490c 100644
--- a/misc/unclutter/Makefile
+++ b/misc/unclutter/Makefile
@@ -15,8 +15,8 @@ COMMENT= Remove idle cursor image from screen
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>