diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 00:37:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 00:37:57 +0000 |
commit | 7368c19fe14d50c44d079c12d5bab5e98d3695d5 (patch) | |
tree | 550276124c8f6a6567af44d92af263cb1cb79230 /net/firedns/files/patch-configure | |
parent | Maintainer update to 2.45 (diff) |
Maintainer updates for misc/firestring and net/firedns (depending
on each other)
PR: ports/44771,ports/44773
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Notes
Notes:
svn path=/head/; revision=69766
Diffstat (limited to 'net/firedns/files/patch-configure')
-rw-r--r-- | net/firedns/files/patch-configure | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/firedns/files/patch-configure b/net/firedns/files/patch-configure index 23357d52e6af..14470444fc3a 100644 --- a/net/firedns/files/patch-configure +++ b/net/firedns/files/patch-configure @@ -1,6 +1,11 @@ ---- configure.orig Sun Sep 1 05:15:24 2002 -+++ configure Tue Oct 15 16:39:59 2002 -@@ -538,29 +538,29 @@ +--- configure.orig Thu Oct 31 09:47:26 2002 ++++ configure Thu Oct 31 10:30:36 2002 +@@ -534,33 +534,33 @@ + + $ECHO -n " adding rule to install binaries..." + $ECHO "install-binaries: $BINARIES" >> Makefile +-$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile ++$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." |