svn commit: r415057 - head/x11/numlockx

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 12 10:57:30 UTC 2016


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 at FreeBSD.org
+MAINTAINER=	amdmi3 at 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>


More information about the svn-ports-all mailing list