aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-08-04 21:59:29 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-08-04 21:59:29 +0000
commitf1753690ba98ccc3be021361e92ba0af3541b0b6 (patch)
tree1229e1134d93d577f0868172a77e884fd90bd542 /sysutils/bkpupsd
parente2479a6d6cbfefaeb01bf115d478654cf4d7a510 (diff)
downloadports-f1753690ba98ccc3be021361e92ba0af3541b0b6.tar.gz
ports-f1753690ba98ccc3be021361e92ba0af3541b0b6.zip
Respect CFLAGS
Notes
Notes: svn path=/head/; revision=20529
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r--sysutils/bkpupsd/files/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bkpupsd/files/patch-aa b/sysutils/bkpupsd/files/patch-aa
index 3b903e7bfb85..88642dbb8306 100644
--- a/sysutils/bkpupsd/files/patch-aa
+++ b/sysutils/bkpupsd/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Aug 3 10:02:37 1997
-+++ Makefile Tue Jan 27 19:44:58 1998
+--- Makefile.orig Sun Aug 3 13:02:37 1997
++++ Makefile Wed Aug 4 13:43:37 1999
@@ -5,24 +5,22 @@
# ver 1.0 A
#
@@ -14,7 +14,8 @@
+SCRIPTDIR= ${PREFIX}/libexec/bkpupsd
all: ./src/bkpupsd.c
- ${CC} -o ./bin/bkpupsd ./src/bkpupsd.c
+- ${CC} -o ./bin/bkpupsd ./src/bkpupsd.c
++ ${CC} ${CFLAGS} -o ./bin/bkpupsd ./src/bkpupsd.c
install:
- chown root.wheel ./bin/bkpupsd