View | Details | Raw Unified | Return to bug 115101
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	tree
8
PORTNAME=	tree
9
PORTVERSION=	1.5.1
9
PORTVERSION=	1.5.1.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	ftp://mama.indstate.edu/linux/tree/ CENKES
11
MASTER_SITES=	ftp://mama.indstate.edu/linux/tree/ CENKES
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	thomas@goodking.ca
15
COMMENT=	Display a tree-view of directories with optional color or HTML output
15
COMMENT=	Display a tree-view of directories with optional color or HTML output
16
16
17
MAKE_ENV+=	MKDIR="${MKDIR}"
17
MAKE_ENV+=	MKDIR="${MKDIR}"
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tree-1.5.1.tgz) = 274ca4d36ee6fb216fa6cf01ad5eaa84
1
MD5 (tree-1.5.1.1.tgz) = f8fc70a9260b50bf8b4613e9d5f5e589
2
SHA256 (tree-1.5.1.tgz) = 1cda1c4d43c6e11ac2214e0a886f1d184bf59d49252cb489b110697f686f809c
2
SHA256 (tree-1.5.1.1.tgz) = de16db952531f76f4e83f10e5eeb3f810b4bf984d4b11aa3378e71dfa1d13aec
3
SIZE (tree-1.5.1.tgz) = 30806
3
SIZE (tree-1.5.1.1.tgz) = 30792
(-)files/patch-Makefile (-5 / +9 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Tue Jan  9 23:10:01 2007
1
--- Makefile.orig	Mon Jun 11 09:22:47 2007
2
+++ Makefile	Thu Jan 25 19:09:06 2007
2
+++ Makefile	Tue Jul 31 21:41:14 2007
3
@@ -6,11 +6,6 @@
3
@@ -6,14 +6,9 @@
4
 # warranties, including, without limitation, the implied warranties
4
 # warranties, including, without limitation, the implied warranties
5
 # of merchant-ability and fitness for a particular purpose.
5
 # of merchant-ability and fitness for a particular purpose.
6
 
6
 
Lines 11-17 Link Here
11
-
11
-
12
 # Uncomment for FreeBSD:
12
 # Uncomment for FreeBSD:
13
 #CC=gcc
13
 #CC=gcc
14
 #CFLAGS=-O2 -Wall -fomit-frame-pointer
14
-#CFLAGS=-O2 -Wall -fomit-frame-pointer
15
+CFLAGS=-O2 -Wall -fomit-frame-pointer
16
 #LDFLAGS=-s
17
 
18
 # Uncomment for Cygwin:
15
@@ -38,12 +33,12 @@
19
@@ -38,12 +33,12 @@
16
 #CFLAGS=-02 -Wall -fomit-frame-pointer -Zomf -Zsmall-conv
20
 #CFLAGS=-02 -Wall -fomit-frame-pointer -Zomf -Zsmall-conv
17
 #LDFLAGS=-s -Zomf -Zsmall-conv
21
 #LDFLAGS=-s -Zomf -Zsmall-conv
Lines 19-25 Link Here
19
-prefix = /usr
23
-prefix = /usr
20
+prefix = ${PREFIX}
24
+prefix = ${PREFIX}
21
 
25
 
22
 VERSION=1.5.1
26
 VERSION=1.5.1.1
23
 TREE_DEST=tree
27
 TREE_DEST=tree
24
 BINDIR=${prefix}/bin
28
 BINDIR=${prefix}/bin
25
-MAN=tree.1
29
-MAN=tree.1

Return to bug 115101