freebsd-ports/security/portsentry/files/patch-aa
Mario Sergio Fujikawa Ferreira 02ef83da40 o Update to 1.1
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
2001-09-13 02:01:11 +00:00

17 lines
350 B
Text

--- 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