pkgsrc-WIP-changes archive

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

ldc-git: fix LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sun Apr 15 18:02:55 2018 +0900
Changeset:	5a58bd4b5415408154a9506107e6755bc7e84504

Modified Files:
	ldc-git/Makefile

Log Message:
ldc-git: fix LICENSE

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

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

diffstat:
 ldc-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ldc-git/Makefile b/ldc-git/Makefile
old mode 100644
new mode 100755
index 1db4e46d47..bb8cdc3649
--- a/ldc-git/Makefile
+++ b/ldc-git/Makefile
@@ -10,7 +10,7 @@ WRKSRC=			${WRKDIR}/ldc
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://wiki.dlang.org/LDC
 COMMENT=	D compiler based on LLVM
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	modified-bsd
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index