diff options
author | cpm <cpm@FreeBSD.org> | 2016-09-06 18:28:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-09-23 15:48:42 -0300 |
commit | 68ceee4b6c688f87db8f8612497b09b15297f1d7 (patch) | |
tree | db75f304fa8a1666ff0091b4c21cb89ef802972a | |
parent | d95465176ee08d9d43c8c12aac92c69e1b279f38 (diff) | |
download | FreeBSD-ports-68ceee4b6c688f87db8f8612497b09b15297f1d7.zip FreeBSD-ports-68ceee4b6c688f87db8f8612497b09b15297f1d7.tar.gz |
MFH: r421190
textproc/libxml2: remove LICENSE block to unbreak libxml2-reference
The addition of the MIT licence block broke at least the
textproc/libxml2-reference port due to how the helper script
bsd.gnome-reference.mk works. Removed at the request of person that
suggested the license be added [2].
PR: 209806
PR: 212265 [2]
Reported by: cpm
Approved by: ports-secteam (feld)
(cherry picked from commit 4c7ecc2c017aeaa8cbb17e8e88c390adf0a729d8)
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 6b38ac9..a7c953a 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,9 +13,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes |