diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2018-02-23 01:33:00 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2018-02-23 01:33:00 +0000 |
commit | e51177b9202ee8e18d1968c1f39857f250a96469 (patch) | |
tree | 30f7ada4c97b3d91459e06b8ddf6dc738665812b /misc/colortail | |
parent | 280a31be4027fcfb8d8ed0327c20504decfe863a (diff) |
- Reassign ports to the heap
Notes
Notes:
svn path=/head/; revision=462658
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 763c562f63fa..d1a439fd675c 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.3.3 CATEGORIES= misc MASTER_SITES= http://joakimandersson.se/files/ -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= tail(1) replacement with color support LICENSE= GPLv2+ |