mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8de9a39984
An EZWGL-based file manager for the X window system. PR: 7477 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
--- libfile/Makefile Mon Jun 29 16:13:19 1998
|
|
+++ /home/andy/tmp/wrk/libfile/Makefile Thu Jul 30 11:25:39 1998
|
|
@@ -1,5 +1,5 @@
|
|
# Makefile
|
|
-MAGIC = /etc/ezfmMagic
|
|
+MAGIC = ${PREFIX}/share/ezfm/ezfmMagic
|
|
CC = cc
|
|
CFLAGS =
|
|
|
|
@@ -18,6 +18,6 @@
|
|
rm -f *.o core File
|
|
|
|
.c.o:
|
|
- $(CC) $(CFLAGS) -c $<
|
|
+ $(CC) -DMAGIC=\"${MAGIC}\" $(CFLAGS) -c $<
|
|
|
|
#--end--
|