mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1dfa1ba01a
PR: 3181 3372 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
*** makefile.unx.orig Tue Mar 5 06:36:27 1996
|
|
--- makefile.unx Mon May 12 15:23:42 1997
|
|
***************
|
|
*** 10,15 ****
|
|
--- 10,19 ----
|
|
CC=gcc
|
|
CFLAGS=-O -Wall -DUNIX -DUSE_REMINDER
|
|
|
|
+ .ifdef PREFIX
|
|
+ CFLAGS+=-DPREFIX="\"${PREFIX}\""
|
|
+ .endif
|
|
+
|
|
BINDIR=/usr/bin
|
|
MANDIR=/usr/man
|
|
|