1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/misc/display/files/patch-ab
Ying-Chieh Liao 5373fef5c7 upgrade to 1.2
PR:		36025
Submitted by:	Ports Fury
2002-03-18 03:42:55 +00:00

30 lines
670 B
Plaintext

--- Makefile.in.orig Tue Nov 28 13:17:40 2000
+++ Makefile.in Fri Mar 8 01:17:24 2002
@@ -2,10 +2,13 @@
# vix 15dec86 [stolen from 'which']
# start changing
-CFLAGS = -O
-DEST_DIR = /usr/local/bin
-CURSES_LIBS = -lcurses -ltermcap
-MAN_DIR = /usr/local/man/man1
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+CFLAGS = @CFLAGS@
+CC = @CC@
+DEST_DIR = @bindir@
+CURSES_LIBS = -lncurses
+MAN_DIR = @mandir@/man1
MAN_SUFFIX = 1
SHAR_ARGS = -b -c -v
# stop changing
@@ -16,7 +19,7 @@
all : display
display : display.c
- cc $(CFLAGS) -o $@ display.c $(CURSES_LIBS)
+ $(CC) $(CFLAGS) -o $@ display.c $(CURSES_LIBS)
strip display
install : all