ports/54232: [PATCH] configure target broken, when INSTALL = install -C in /etc/make.conf
Melvyn Sopacua
melvyn at webteckies.org
Tue Jul 8 22:30:17 UTC 2003
>Number: 54232
>Category: ports
>Synopsis: [PATCH] configure target broken, when INSTALL = install -C in /etc/make.conf
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 08 15:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Melvyn Sopacua
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jul 5 18:39:46 CEST 2003 root at ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386
>Description:
When INSTALL is defined as install -C in /etc/make.conf it breaks
configure target, with message "-C invalid argument".
>How-To-Repeat:
echo "INSTALL = install -C" >> /etc/make.conf
( cd /usr/ports/devel/doxygen && make configure )
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/doxygen/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile 12 Jun 2003 21:01:05 -0000 1.31
+++ Makefile 8 Jul 2003 13:31:42 -0000
@@ -54,7 +54,7 @@
USE_GMAKE= yes
QT_NONSTANDARD= yes # non-standard configure arguments
CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
- --install ${INSTALL}
+ --install "${INSTALL}"
.if !defined(NOPORTDOCS) && !defined(HAVE_LATEX)
pre-everything::
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list