git: de0f70ed2f4f - main - x11/xorgproto: add LICENSE and clean up Makefile

Kevin Bowling kbowling at FreeBSD.org
Tue Jun 29 02:05:15 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de0f70ed2f4f87a3e464443703e060077d40a722

commit de0f70ed2f4f87a3e464443703e060077d40a722
Author:     Samy Mahmoudi <samy.mahmoudi at gmail.com>
AuthorDate: 2021-06-29 02:04:16 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-29 02:04:16 +0000

    x11/xorgproto: add LICENSE and clean up Makefile
    
    PR:             230735
    Approved by:    x11 (verbal)
---
 x11/xorgproto/Makefile  | 4 +++-
 x11/xorgproto/pkg-descr | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/xorgproto/Makefile b/x11/xorgproto/Makefile
index 80453fe137d5..bdf1ed5ae8c9 100644
--- a/x11/xorgproto/Makefile
+++ b/x11/xorgproto/Makefile
@@ -5,9 +5,11 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X Window System unified protocol definitions
 
+LICENSE=	MIT
+
 USES=		xorg-cat:proto
 
-CONFIGURE_ARGS= --without-fop \
+CONFIGURE_ARGS=	--without-fop \
 		--without-xmlto \
 		--without-xsltproc \
 		--disable-specs
diff --git a/x11/xorgproto/pkg-descr b/x11/xorgproto/pkg-descr
index ccfd509b1c0a..3bcdd8466631 100644
--- a/x11/xorgproto/pkg-descr
+++ b/x11/xorgproto/pkg-descr
@@ -2,4 +2,4 @@ This package contains the X Window System unified protocol definitions.
 They where previously scattered through different packages, but have been
 merged to one package.
 
-WWW:	https://gitlab.freedesktop.org/xorg/proto/xorgproto
+WWW: https://gitlab.freedesktop.org/xorg/proto/xorgproto


More information about the dev-commits-ports-main mailing list