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/tcl85/Makefile | |
parent | 1e22fa9b90b6f762f177def05d94a72fba92bea3 (diff) | |
download | ports-a9e994cf6a8301e305eb00a90f93572ef1380835.tar.gz ports-a9e994cf6a8301e305eb00a90f93572ef1380835.zip |
Notes
Diffstat (limited to 'lang/tcl85/Makefile')
-rw-r--r-- | lang/tcl85/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index e6eb0657c0c4..17a07b56dc2e 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -15,6 +15,9 @@ DISTNAME= tcl${PORTVERSION}-src MAINTAINER= mm@FreeBSD.org COMMENT?= Tool Command Language +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/../license.terms + LATEST_LINK?= tcl85 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix |