mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
345 B
Text
14 lines
345 B
Text
--- Makefile.orig 2000-02-19 15:41:30 UTC
|
|
+++ Makefile
|
|
@@ -1,8 +1,8 @@
|
|
-CC=gcc
|
|
+#CC=gcc
|
|
#uncomment the following line for linux 2.0.x (and maybe 2.1.x or 1.x too ...)
|
|
#UCD=-DUSE_UCDROM
|
|
-PREFIX=/usr/local
|
|
-CFLAGS=-Wall -g ${UCD}
|
|
+PREFIX?=/usr/local
|
|
+CFLAGS+=${UCD} -DCDDB_PATH=\"${LOCALBASE}/lib/X11/xmcd/cddb\"
|
|
all:dagrab
|
|
|
|
dagrab:dagrab.o
|