1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/display/files/patch-ab
Steve Price 63e8450b5e Update to version 1.1.
PR:		14921
Submitted by:	Dominic Mitchell <dom@palmerharvey.co.uk>
1999-11-26 17:43:20 +00:00

20 lines
459 B
Plaintext

--- Makefile.in.orig Tue Nov 16 12:44:10 1999
+++ Makefile.in Tue Nov 16 12:43:58 1999
@@ -2,10 +2,12 @@
# vix 15dec86 [stolen from 'which']
# start changing
-CFLAGS = -O
-DEST_DIR = /usr/local/bin
-CURSES_LIBS = -lcurses -ltermcap
-MAN_DIR = /usr/man/man1
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+CFLAGS = @CFLAGS@
+DEST_DIR = @bindir@
+CURSES_LIBS = -lncurses
+MAN_DIR = @mandir@/man1
MAN_SUFFIX = 1
SHAR_ARGS = -b -c -v
# stop changing