mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Clarify LICENSE
- Add LICENSE_FILE - Pet portlint - Add empty directory to plist
This commit is contained in:
parent
28e63772f3
commit
4487b46f9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380238
2 changed files with 4 additions and 2 deletions
|
@ -10,13 +10,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.6.1.a1
|
|||
MAINTAINER= ports@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}
|
||||
|
|
|
@ -368,3 +368,4 @@ lib/vtcl/lib/var.tcl
|
|||
lib/vtcl/lib/vtclib.tcl
|
||||
lib/vtcl/lib/widget.tcl
|
||||
lib/vtcl/vtcl.tcl
|
||||
@dir lib/vtcl/lib/Widgets/user
|
||||
|
|
Loading…
Add table
Reference in a new issue