diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 11:37:49 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 11:37:49 +0000 |
commit | a9e994cf6a8301e305eb00a90f93572ef1380835 (patch) | |
tree | 002150815e982f911043bfe1e6b2d8c823e3cf54 /lang/xotcl | |
parent | 1e22fa9b90b6f762f177def05d94a72fba92bea3 (diff) |
- Add LICENSE information
- Make portlint happier
Notes
Notes:
svn path=/head/; revision=271518
Diffstat (limited to 'lang/xotcl')
-rw-r--r-- | lang/xotcl/Makefile | 5 | ||||
-rw-r--r-- | lang/xotcl/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 272e62ffd6c4..7f352b339644 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= SF \ MAINTAINER= mm@FreeBSD.org COMMENT= Object-oriented scripting language based on Tcl +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USE_TCL= 84+ USE_TCL_THREADS= yes @@ -102,7 +105,7 @@ post-install: .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for FILE in COPYRIGHT ChangeLog README README.aol +.for FILE in ChangeLog README README.aol ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff --git a/lang/xotcl/distinfo b/lang/xotcl/distinfo index 084b3ab251cb..2f492920cdf0 100644 --- a/lang/xotcl/distinfo +++ b/lang/xotcl/distinfo @@ -1,3 +1,2 @@ -MD5 (xotcl-1.6.6.tar.gz) = 326502cbaf9959c9cc579ba96f284788 SHA256 (xotcl-1.6.6.tar.gz) = 40f0eb7068aca0fe344b284019e0570eed928654b95b696805b3796be495c040 SIZE (xotcl-1.6.6.tar.gz) = 1923067 |