summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-18 05:53:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-18 05:53:00 +0000
commite81e4cd81059a987b7068c40631183139cd07d45 (patch)
treed6400ccb3201207fffa12803b5670c2ae9e5e799 /x11
parentRemove trailing blank line to pacify portlint. (diff)
Move editor tabstop definition up top.
PR: ports/64393 Submitted by: eik
Notes
Notes: svn path=/head/; revision=109398
Diffstat (limited to 'x11')
-rw-r--r--x11/numlockx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile
index a2b42aad9e0f..c0c6579fd2d7 100644
--- a/x11/numlockx/Makefile
+++ b/x11/numlockx/Makefile
@@ -1,3 +1,4 @@
+# ex:ts=18
# New ports collection makefile for: numlockx
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# Date Created: 2003-09-09 16:05:29
@@ -23,5 +24,3 @@ USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
.include <bsd.port.mk>
-
-# ex:ts=18