mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f28944154d
Submitted by: ixtl@utmc.or.jp Lovely characters stay on top of active window.
25 lines
642 B
Plaintext
25 lines
642 B
Plaintext
--- configure.h.orig Fri Dec 18 21:55:05 1998
|
|
+++ configure.h Thu Feb 25 10:31:24 1999
|
|
@@ -11,10 +11,10 @@
|
|
*/
|
|
|
|
/* インストールディレクトリ */
|
|
-#define INSTALLDIR ${HOME}/bin
|
|
+#define INSTALLDIR ${PREFIX}/bin
|
|
|
|
/* デフォルトデータをインストールする場所 */
|
|
-#define DATADIR ${HOME}/share/mindfocus
|
|
+#define DATADIR ${PREFIX}/share/examples/mindfocus
|
|
|
|
/* 個人環境保存ファイル(設定ファイル)の名前 */
|
|
#define DOTFILENAME ".mindfocus"
|
|
@@ -32,7 +32,7 @@
|
|
|
|
/* XPMフォーマットに対応させるときは定義する。今のところ事実上必須。 */
|
|
#define XPM
|
|
-#define XPMLIBRARY -L/usr/local/X11R6/lib -lXpm
|
|
+#define XPMLIBRARY -L${PREFIX}/lib -lXpm
|
|
|
|
|
|
/*
|