svn commit: r380238 - head/devel/vtcl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 2 00:38:19 UTC 2015
Author: amdmi3
Date: Mon Mar 2 00:38:18 2015
New Revision: 380238
URL: https://svnweb.freebsd.org/changeset/ports/380238
QAT: https://qat.redports.org/buildarchive/r380238/
Log:
- Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Add empty directory to plist
Modified:
head/devel/vtcl/Makefile
head/devel/vtcl/pkg-plist
Modified: head/devel/vtcl/Makefile
==============================================================================
--- head/devel/vtcl/Makefile Mon Mar 2 00:38:07 2015 (r380237)
+++ head/devel/vtcl/Makefile Mon Mar 2 00:38:18 2015 (r380238)
@@ -10,13 +10,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Application Development Environment for Tcl/Tk
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= DOCS EXAMPLES
NO_BUILD= yes
-USES+= tk:84 dos2unix
+USES+= dos2unix tk:84
DOS2UNIX_FILES= configure
HAS_CONFIGURE= yes
CONFIGURE_ARGS= ${PREFIX}
Modified: head/devel/vtcl/pkg-plist
==============================================================================
--- head/devel/vtcl/pkg-plist Mon Mar 2 00:38:07 2015 (r380237)
+++ head/devel/vtcl/pkg-plist Mon Mar 2 00:38:18 2015 (r380238)
@@ -368,3 +368,4 @@ lib/vtcl/lib/var.tcl
lib/vtcl/lib/vtclib.tcl
lib/vtcl/lib/widget.tcl
lib/vtcl/vtcl.tcl
+ at dir lib/vtcl/lib/Widgets/user
More information about the svn-ports-all
mailing list