openbsd-ports/misc/deco/patches/patch-Makefile_in

22 lines
764 B
Plaintext
Raw Normal View History

2002-03-21 04:59:48 -05:00
$OpenBSD: patch-Makefile_in,v 1.1 2002/03/21 09:59:48 form Exp $
2000-02-08 03:14:46 -05:00
--- Makefile.in.orig Tue Jan 4 13:38:18 2000
2002-03-21 04:59:48 -05:00
+++ Makefile.in Thu Mar 21 15:23:54 2002
@@ -18,7 +18,7 @@ LIBS = @LIBS@
2000-02-08 03:14:46 -05:00
CC = @CC@
CPP = @CPP@
-CFLAGS = @CFLAGS@ @DEFS@
+CFLAGS = @CFLAGS@ @DEFS@ -DPREFIX=\"@prefix@\"
#### End of system configuration section. ####
2002-03-21 04:59:48 -05:00
@@ -44,7 +44,7 @@ install: deco $(libdir)/deco $(li
2000-02-08 03:14:46 -05:00
cd help; for f in *.general *.edit *.view *.hexview; do\
$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
- $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
+# $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
$(libdir)/deco:
mkdir $(libdir)/deco