mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
103bc0c496
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Approved by: maintainer
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
--- Makefile.orig Sat Feb 19 15:41:30 2000
|
|
+++ Makefile Fri Apr 21 17:12:20 2000
|
|
@@ -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+=-Wall -g ${UCD}
|
|
all:dagrab
|
|
|
|
dagrab:dagrab.o
|