ports/textproc/unrtf/files/patch-Makefile
Christian Weisgerber 29d643d455 Respect CC.
2002-10-28 19:59:32 +00:00

24 lines
381 B
Text

$FreeBSD$
--- 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