mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4618632f51
PR: 20739 Submitted by: MAINTAINER
46 lines
999 B
Plaintext
46 lines
999 B
Plaintext
--- CONFIG.orig Tue Jul 18 18:41:42 2000
|
|
+++ CONFIG Thu Jul 20 19:49:34 2000
|
|
@@ -6,7 +6,7 @@
|
|
BINDIR = /usr/local/bin
|
|
|
|
# default config (can be overridden with -I)
|
|
-CONF = /etc/ftn/qico.conf
|
|
+CONF = ${PREFIX}/etc/qico.conf
|
|
# non-binary file permissions
|
|
PERM = 00600
|
|
|
|
@@ -22,11 +22,11 @@
|
|
MORDA = 1
|
|
|
|
# Please, set it under FreeBSD
|
|
-#FREE_BSD=1
|
|
+FREE_BSD=1
|
|
|
|
|
|
# lock dir
|
|
-DEFS += -DLOCK_DIR=\"/var/lock\"
|
|
+DEFS += -DLOCK_DIR=\"/var/spool/lock\"
|
|
|
|
# communication socket
|
|
DEFS += -DQIPC_SOCKET=\"/tmp/qlog\"
|
|
@@ -55,13 +55,13 @@
|
|
### OS depended settings #####################################################
|
|
##############################################################################
|
|
|
|
-SHELL = /bin/sh
|
|
-CC = gcc
|
|
-AWK = awk
|
|
-INSTALL = install
|
|
-LEX = lex
|
|
+SHELL ?= /bin/sh
|
|
+CC ?= gcc
|
|
+AWK ?= awk
|
|
+INSTALL ?= install
|
|
+LEX ?= lex
|
|
#YACC = bison -y
|
|
-YACC = yacc
|
|
+YACC ?= yacc
|
|
|
|
# required for linux glibc2 systems
|
|
#LIBS=-lresolv
|