
$FreeBSD: ports/textproc/unrtf/files/patch-Makefile,v 1.2 2002/10/28 19:59:32 naddy Exp $

--- Makefile.orig	Wed Oct  3 06:45:59 2001
+++ Makefile	Mon Oct 28 20:58:02 2002
@@ -25,8 +25,8 @@
 #
 
 
-CFLAGS=-g -Wall
-CC=gcc
+#CFLAGS=-g -Wall
+#CC=gcc
 
 OBJS=convert.o word.o error.o main.o hash.o \
 	parse.o malloc.o attr.o util.o \
@@ -57,6 +57,6 @@
 	rm -f ${OBJS}
 
 install:	${TARGET}
-	cp ${TARGET} /usr/local/bin
+	${INSTALL} ${TARGET} ${PREFIX}/bin
 
 
