diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index 1d93123b19ec..7a47bfd7b599 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -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 - -.if ${OSVERSION} < 500000 -post-patch: - @${REINPLACE_CMD} -e "s:iswprint:isprint:" ${WRKSRC}/tree.c -.endif - -.include +.include diff --git a/sysutils/tree/pkg-descr b/sysutils/tree/pkg-descr index ee043c5950b8..91df5e6709aa 100644 --- a/sysutils/tree/pkg-descr +++ b/sysutils/tree/pkg-descr @@ -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 -- AlanE ports@geeksrus.net