summaryrefslogtreecommitdiff
path: root/x11/numlockx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:43:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:43:19 +0000
commitdb5320be856bdee9461022fd559c0bdf3a782778 (patch)
treeb45334273e4e5d66b5244d786aa4b3645a73e907 /x11/numlockx
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: x11)
Notes
Notes: svn path=/head/; revision=327777
Diffstat (limited to 'x11/numlockx')
-rw-r--r--x11/numlockx/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile
index c9d70e5d8dbe..aae54f13173f 100644
--- a/x11/numlockx/Makefile
+++ b/x11/numlockx/Makefile
@@ -1,10 +1,5 @@
-# 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
-#
+# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
-#
PORTNAME= numlockx
PORTVERSION= 1.2
@@ -25,4 +20,5 @@ PLIST_FILES= bin/numlockx
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+NO_STAGE= yes
.include <bsd.port.mk>