mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Enrich pkg-descr
- Add mirrors - Remove support for 4.x
This commit is contained in:
parent
41cdc7a81b
commit
d916a968ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187686
2 changed files with 4 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
PORTNAME= tree
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/
|
||||
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ CENKES
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -19,11 +19,4 @@ MAKE_ENV+= MKDIR="${MKDIR}"
|
|||
MAN1= tree.1
|
||||
PLIST_FILES= bin/tree
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s:iswprint:isprint:" ${WRKSRC}/tree.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,7 +2,8 @@ Tree is a simple utility that displays a tree-view of directories
|
|||
and files. It has options to use ANSI color escape-sequences or ASCII
|
||||
graphic characters, and can also output in HTML format.
|
||||
|
||||
Tree was written by Steve Baker for Linux.
|
||||
WWW: http://mama.indstate.edu/users/ice/tree/
|
||||
Author: Steve Baker <ice+tree@mama.indstate.edu>
|
||||
|
||||
-- AlanE
|
||||
ports@geeksrus.net
|
||||
|
|
Loading…
Add table
Reference in a new issue