mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c7144ec282
PR: ports/10470 Submitted by: Adrian Wontroba aw1@stade.co.uk
31 lines
557 B
Plaintext
31 lines
557 B
Plaintext
--- Makefile.orig Thu Dec 3 19:19:46 1998
|
|
+++ Makefile Sun Mar 7 09:13:34 1999
|
|
@@ -16,9 +16,9 @@
|
|
|
|
LOCALHOST=localhost:8080
|
|
|
|
-INSTDIR=/usr/local
|
|
-SPOOLDIR=/var/spool/wwwoffle
|
|
-CONFDIR=/var/spool/wwwoffle
|
|
+INSTDIR=$(PREFIX)
|
|
+SPOOLDIR=$(SPOOL)/wwwoffle
|
|
+CONFDIR=$(SPOOL)/wwwoffle
|
|
|
|
# For Cygwin (win32)
|
|
#INSTDIR=/wwwoffle
|
|
@@ -28,13 +28,12 @@
|
|
########
|
|
|
|
CC=gcc
|
|
-CFLAGS=-O2 -Wall -g
|
|
|
|
# This is used in the FreeBSD port (http://www.freebsd.org/ports/)
|
|
#CFLAGS=-O2 -Wall
|
|
|
|
LD=gcc
|
|
-LDFLAGS=-g
|
|
+LDFLAGS=-s
|
|
|
|
# For HP/UX this is a good idea.
|
|
#LDFLAGS=
|