From 9a570d2594e946245e0de6b0bad1a35c82346f0f Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 5 Nov 2024 19:51:04 +0100 Subject: devel/xcb-util-m4: tidy Makefile --- devel/xcb-util-m4/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/devel/xcb-util-m4/Makefile b/devel/xcb-util-m4/Makefile index 2ba8fed..7727c1d 100644 --- a/devel/xcb-util-m4/Makefile +++ b/devel/xcb-util-m4/Makefile @@ -1,26 +1,26 @@ +COMMENT = GNU autoconf macros shared across XCB projects -COMMENT = GNU autoconf macros shared across XCB projects -CATEGORIES = devel +PKGNAME = xcb-util-m4-0.1 -PKGNAME = xcb-util-m4-0.1 +CATEGORIES = devel -PERMIT_PACKAGE = Yes +HOMEPAGE = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4 -DISTFILES = ax_compare_version.m4 \ - xcb_util_common.m4 \ - xcb_util_m4_with_include_path.m4 +PERMIT_PACKAGE = Yes -DIST_SUBDIR = xcb-util-m4 +SITES = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/ +DISTFILES = ax_compare_version.m4 \ + xcb_util_common.m4 \ + xcb_util_m4_with_include_path.m4 -HOMEPAGE = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4 +DIST_SUBDIR = xcb-util-m4 -SITES = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/ -MODULES = xenocara +MODULES = xenocara CONFIGURE_STYLE = none -NO_BUILD = -NO_TEST = +NO_BUILD = +NO_TEST = do-extract: @for f in ${DISTFILES} ; do \ -- cgit v1.2.3