diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-21 08:43:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-21 08:43:04 +0000 |
commit | 490d2d05dccdf297ebddd71dcaba667ba685e32f (patch) | |
tree | 370d86ac8e3045c20c0ed22721cf4c841e5feb34 /misc/gnuit/Makefile | |
parent | e5c61571e7efb426bff10bac9cca678d55476f2e (diff) |
Add license information (GPLv3 or later plus GFDL for docs) and bump
PORTREVISION accordingly.
Since we are already here, add a TIMESTAMP to distinfo which is the
"new" standard. And pet portlint wrt. patchfile formatting.
Notes
Notes:
svn path=/head/; revision=459574
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r-- | misc/gnuit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 372aee984ab6..d1c8d04deb48 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -3,13 +3,16 @@ PORTNAME= gnuit PORTVERSION= 4.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems +LICENSE= GPLv3+ GFDL +LICENSE_COMB= multi + USES= ncurses GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-transition |