diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-14 09:37:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-14 09:37:42 +0000 |
commit | 1acf70dfccea915f68865e3ef4e0c85875dcb414 (patch) | |
tree | 3403f7340c646f294a34f75f0223f951d23a5fd4 | |
parent | bab920a7414c4fb48c904d6e6c66887ed85a118c (diff) | |
download | ports-1acf70dfccea915f68865e3ef4e0c85875dcb414.tar.gz ports-1acf70dfccea915f68865e3ef4e0c85875dcb414.zip |
Notes
-rw-r--r-- | devel/xorg-macros/Makefile | 1 | ||||
-rw-r--r-- | devel/xorg-macros/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile index 989a801b8d75..359bbcf28f5a 100644 --- a/devel/xorg-macros/Makefile +++ b/devel/xorg-macros/Makefile @@ -10,6 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org development aclocal macros LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= util diff --git a/devel/xorg-macros/pkg-descr b/devel/xorg-macros/pkg-descr index 1a4b4bbe8b01..f2337de68d92 100644 --- a/devel/xorg-macros/pkg-descr +++ b/devel/xorg-macros/pkg-descr @@ -1,4 +1,4 @@ This package contains the aclocal macros needed for building xorg modules from upstream source. -WWW: http://cgit.freedesktop.org/xorg/util/macros/ +WWW: https://cgit.freedesktop.org/xorg/util/macros/ |