- Support install macros
- perl -> ${PERL}
- Move install path of data files from lib/ to libdata/
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST
PR: 15918
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
--- cf/init.in.orig Mon May 15 16:54:21 1995
|
|
+++ cf/init.in Wed Jan 5 01:26:07 2000
|
|
@@ -58,3 +58,4 @@
|
|
INCLUDE_DIR = @INCLUDE_DIR@
|
|
TCL_DIR = @TCL_DIR@
|
|
DEMOS_DIR = @DEMOS_DIR@
|
|
+DATA_DIR = @DATA_DIR@
|