diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-01-25 17:12:06 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-01-25 17:12:06 +0000 |
commit | 5adbe79596c76633c048f2fa57f7f2fbc94735cc (patch) | |
tree | 0a9caac8592cf81cdb7bace1c881ddfaa0a1a9b0 /sysutils/tree | |
parent | 80f89efd9c3d829a9e51727c1c9695fa3aa54277 (diff) | |
download | ports-5adbe79596c76633c048f2fa57f7f2fbc94735cc.tar.gz ports-5adbe79596c76633c048f2fa57f7f2fbc94735cc.zip |
Notes
Diffstat (limited to 'sysutils/tree')
-rw-r--r-- | sysutils/tree/files/patch-Makefile | 21 |
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) |