diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
commit | db5320be856bdee9461022fd559c0bdf3a782778 (patch) | |
tree | b45334273e4e5d66b5244d786aa4b3645a73e907 /x11/numlockx | |
parent | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (diff) |
Notes
Diffstat (limited to 'x11/numlockx')
-rw-r--r-- | x11/numlockx/Makefile | 8 |
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> |