1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/loop/files/patch-Makefile
Pav Lucistnik 38f074d320 A shell programming utility that prints to stdout a series of numbers from
`start' to `end'

PR:		ports/88391
Submitted by:	Murray Nesbitt <freebsd@nesbitt.ca>
2005-11-12 11:55:10 +00:00

14 lines
241 B
Plaintext

--- Makefile.orig Wed Nov 2 01:23:17 2005
+++ Makefile Wed Nov 2 01:18:17 2005
@@ -1,7 +1,7 @@
-CC = gcc
-CFLAGS = -Wall -O
-DESTDIR = /usr/local
+CC ?= gcc
+CFLAGS += -Wall
+DESTDIR = ${PREFIX}
loop:
${CC} ${CFLAGS} -o loop loop.c