diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-28 03:51:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-28 03:51:40 +0800 |
commit | 9ec9da30c86c7ae201f9c5bbe4f768128b1fddc6 (patch) | |
tree | b6d6ebfd9d8b0fc84ccfff59bbe55987add62ad1 | |
parent | 13b713a5f48c75b847ea4d6b93d9851ac17c60ec (diff) | |
download | freebsd-ports-gnome-9ec9da30c86c7ae201f9c5bbe4f768128b1fddc6.tar.gz freebsd-ports-gnome-9ec9da30c86c7ae201f9c5bbe4f768128b1fddc6.tar.zst freebsd-ports-gnome-9ec9da30c86c7ae201f9c5bbe4f768128b1fddc6.zip |
- Fix spelling of LICENSE
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
Approved by: portmgr blanket
-rw-r--r-- | misc/colortail/Makefile | 3 | ||||
-rw-r--r-- | misc/colortail/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 77ffebaa8dad..69a0ff0ad1f4 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://joakimandersson.se/files/ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= tail(1) replacement with color support -LICENCE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/misc/colortail/pkg-plist b/misc/colortail/pkg-plist index 560eda7b8ca7..45374c6a8be7 100644 --- a/misc/colortail/pkg-plist +++ b/misc/colortail/pkg-plist @@ -4,4 +4,3 @@ bin/colortail %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.messages %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.secure %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.xferlog -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |