Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 10:57:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415057 - head/x11/numlockx
Message-ID:  <201605121057.u4CAvTwD068961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 12 10:57:28 2016
New Revision: 415057
URL: https://svnweb.freebsd.org/changeset/ports/415057

Log:
  - Switch to USES=localbase
  - Take maintainership
  - Add distfile mirror

Modified:
  head/x11/numlockx/Makefile

Modified: head/x11/numlockx/Makefile
==============================================================================
--- head/x11/numlockx/Makefile	Thu May 12 10:39:09 2016	(r415056)
+++ head/x11/numlockx/Makefile	Thu May 12 10:57:28 2016	(r415057)
@@ -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="$
 
 PLIST_FILES=	bin/numlockx
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605121057.u4CAvTwD068961>