pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wmutils-core: Reorder defines



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 00:53:58 2016 +0200
Changeset:	0d78ccfac8f4354c5a3a7e92d2445dc7f45f50e0

Modified Files:
	wmutils-core/Makefile

Log Message:
wmutils-core: Reorder defines

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d78ccfac8f4354c5a3a7e92d2445dc7f45f50e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wmutils-core/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/wmutils-core/Makefile b/wmutils-core/Makefile
index bc45e0d..cf37333 100644
--- a/wmutils-core/Makefile
+++ b/wmutils-core/Makefile
@@ -3,20 +3,18 @@
 DISTNAME=	wmutils-core-1.2
 CATEGORIES=	wm
 MASTER_SITES=	${MASTER_SITE_GITHUB:=wmutils/}
+GITHUB_PROJECT=	core
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://wmutils.io/
 COMMENT=	Window Manipulation Utilities
 LICENSE=	isc
 
-GITHUB_PROJECT=	core
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
 MAKE_FLAGS+=		PREFIX=${PREFIX}
 LDFLAGS+=		${LINKER_RPATH_FLAG}${X11BASE}/lib
 LDFLAGS+=		-lxcb
 BUILD_MAKE_FLAGS+=	LDFLAGS=${LDFLAGS:Q}
 
 .include "../../x11/libxcb/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index