mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
02ef83da40
o Don't install ${PREFIX}/etc/portsentry.conf ever. Just let ${PREFIX}/etc/portsentry.conf.default be the way to go PR: 30460 Submitted by: MAINTAINER
18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
--- Makefile.orig Wed Jul 11 16:57:27 2001
|
|
+++ Makefile Wed Sep 12 22:25:13 2001
|
|
@@ -20,13 +20,12 @@
|
|
#
|
|
#
|
|
# Generic compiler (usually linked to gcc on most platforms)
|
|
-CC = cc
|
|
|
|
# GNU..
|
|
#CC = gcc
|
|
|
|
# Normal systems flags
|
|
-CFLAGS = -O -Wall
|
|
+CFLAGS += -DPREFIX=\"${PREFIX}\"
|
|
|
|
# Debug mode for portsentry
|
|
#CFLAGS = -Wall -g -DNODAEMON -DDEBUG
|