670b6aa360
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. from Pierre-Emmanuel Andre with some tweaks
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/09/17 13:22:06 ajacoutot Exp $
|
|
--- Makefile.in.orig Tue Apr 18 01:13:49 2006
|
|
+++ Makefile.in Mon Sep 15 17:13:01 2008
|
|
@@ -61,7 +61,7 @@ includedir = $(DESTDIR)@includedir@
|
|
libdir = $(DESTDIR)@libdir@
|
|
mandir = $(DESTDIR)@mandir@
|
|
|
|
-DOCUMENT_DIR = @prefix@/doc/cdk
|
|
+DOCUMENT_DIR = $(DESTDIR)@prefix@/share/doc/cdk
|
|
INCLUDE_DIR = $(includedir)/cdk
|
|
LIB_DIR = $(libdir)
|
|
MAN_DIR = $(mandir)/man@MAN_DIR@
|