aboutsummaryrefslogtreecommitdiff
path: root/x11/kb2mb2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:51:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:51:40 +0000
commitc3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch)
tree828f700090183daa6acd6192596612929c0b40c3 /x11/kb2mb2
parentecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff)
downloadports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz
ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip
Convert to USES=imake
Trim headers Convert emu to USES=display Remove indefinite article
Notes
Notes: svn path=/head/; revision=322008
Diffstat (limited to 'x11/kb2mb2')
-rw-r--r--x11/kb2mb2/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/kb2mb2/Makefile b/x11/kb2mb2/Makefile
index eefb4c745b44..3c18b0e86fac 100644
--- a/x11/kb2mb2/Makefile
+++ b/x11/kb2mb2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: kb2mb2
-# Date created: 24 December 1997
-# Whom: Tatsumi Hosokawa
-#
+# Created by: Tatsumi Hosokawa
# $FreeBSD$
-#
PORTNAME= kb2mb2
PORTVERSION= 1.0
@@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Redirect any key to second mouse button
PLIST_FILES= bin/kb2mb2
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext xtst
.include <bsd.port.mk>