aboutsummaryrefslogtreecommitdiff
path: root/x11/numlockx
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-12 10:57:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-12 10:57:28 +0000
commit9ccd34e286a038b62973234d150b09190752f329 (patch)
treefcf5efe90c821e77041b5956798528fce705e346 /x11/numlockx
parenta50c19cbe417a99499752a7d6feeb01343a799b7 (diff)
downloadports-9ccd34e286a038b62973234d150b09190752f329.tar.gz
ports-9ccd34e286a038b62973234d150b09190752f329.zip
Notes
Diffstat (limited to 'x11/numlockx')
-rw-r--r--x11/numlockx/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile
index 7119a7eb0540..86d753cf7aba 100644
--- a/x11/numlockx/Makefile
+++ b/x11/numlockx/Makefile
@@ -4,15 +4,16 @@
PORTNAME= numlockx
PORTVERSION= 1.2
CATEGORIES= x11
-MASTER_SITES= http://home.kde.org/~seli/numlockx/ \
+MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
LOCAL/ehaupt
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Turns on numlock in X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= localbase
USE_XORG= x11 xext xtst
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
@@ -20,7 +21,4 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
PLIST_FILES= bin/numlockx
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
.include <bsd.port.mk>