mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
16 lines
338 B
Text
16 lines
338 B
Text
--- Makefile.orig 1999-03-23 02:20:32 UTC
|
|
+++ Makefile
|
|
@@ -1,8 +1,8 @@
|
|
-CC = gcc
|
|
-CFLAGS = -O2
|
|
-INCDIR = -I/usr/X11R6/include/X11
|
|
-DESTDIR= /usr/X11R6
|
|
-LIBDIR = -L/usr/X11R6/lib
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -O2
|
|
+INCDIR = -I${LOCALBASE}/include
|
|
+DESTDIR= ${PREFIX}
|
|
+LIBDIR = -L${LOCALBASE}/lib
|
|
|
|
# for Linux
|
|
LIBS = -lXpm -lX11 -lXext
|