mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4e47d8da71
Description: Post-It(r) Notes for X-Windows features include Save, Erase, Destroy, Name, and Hide notes also includes Cascade, Print, Alarms, Email, Find A Note, Insert Calendar, Insert Date, File Open, File Export Xt and Xaw based (no Motif required) PR: closes 4632 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
20 lines
419 B
Plaintext
20 lines
419 B
Plaintext
--- Imakefile.orig Fri Sep 26 12:06:02 1997
|
|
+++ Imakefile Fri Sep 26 12:30:24 1997
|
|
@@ -25,4 +25,4 @@
|
|
|
|
-BINDIR=bin-d
|
|
-MANDIR=man-d
|
|
+XCOMM BINDIR=bin-d
|
|
+XCOMM MANDIR=man-d
|
|
|
|
@@ -37,3 +37,3 @@
|
|
XCOMM for debugging purposes
|
|
-DEFINES = -g -Wall
|
|
+DEFINES = -Wall
|
|
|
|
@@ -44,3 +44,3 @@
|
|
XCOMM notes if you haven't specified to save-on-exit on the command line.
|
|
-XCOMM DEFINES = -DPROMPT_FOR_SAVE
|
|
+DEFINES = -DPROMPT_FOR_SAVE
|
|
|