summaryrefslogtreecommitdiff
path: root/sysutils/tree
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-01-25 17:12:06 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-01-25 17:12:06 +0000
commit5adbe79596c76633c048f2fa57f7f2fbc94735cc (patch)
tree0a9caac8592cf81cdb7bace1c881ddfaa0a1a9b0 /sysutils/tree
parentUpgrade sysutils/tree from 1.5.0 to 1.5.1 (diff)
Post-update fixes. I forgot to run this through a tinderbox...
Notes
Notes: svn path=/head/; revision=183270
Diffstat (limited to 'sysutils/tree')
-rw-r--r--sysutils/tree/files/patch-Makefile21
1 files changed, 18 insertions, 3 deletions
diff --git a/sysutils/tree/files/patch-Makefile b/sysutils/tree/files/patch-Makefile
index a610003874f0..a753889f14fa 100644
--- a/sysutils/tree/files/patch-Makefile
+++ b/sysutils/tree/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jan 25 18:55:07 2007
-+++ Makefile Thu Jan 25 18:54:58 2007
+--- Makefile.orig Tue Jan 9 23:10:01 2007
++++ Makefile Thu Jan 25 19:09:06 2007
@@ -6,11 +6,6 @@
# warranties, including, without limitation, the implied warranties
# of merchant-ability and fitness for a particular purpose.
@@ -12,6 +12,21 @@
# Uncomment for FreeBSD:
#CC=gcc
#CFLAGS=-O2 -Wall -fomit-frame-pointer
+@@ -38,12 +33,12 @@
+ #CFLAGS=-02 -Wall -fomit-frame-pointer -Zomf -Zsmall-conv
+ #LDFLAGS=-s -Zomf -Zsmall-conv
+
+-prefix = /usr
++prefix = ${PREFIX}
+
+ VERSION=1.5.1
+ TREE_DEST=tree
+ BINDIR=${prefix}/bin
+-MAN=tree.1
++MAN=man/tree.1
+ MANDIR=${prefix}/man/man1
+
+ all: tree
@@ -58,13 +53,11 @@
if [ -f tree.o ]; then rm *.o; fi
rm -f *~
@@ -23,7 +38,7 @@
- install -s $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
- fi
- install man/$(MAN) $(MANDIR)/$(MAN)
-+install: $(TREE_DEST) $(MAN)
++install: $(TREE_DEST)
+ $(MKDIR) $(BINDIR)
+ $(MKDIR) $(MANDIR)
+ ${BSD_INSTALL_PROGRAM} $(TREE_DEST) $(BINDIR)