From owner-freebsd-ports Sat Jun 5 6:48: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id C6E8614CE1 for ; Sat, 5 Jun 1999 06:48:01 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id PAA20663 for ; Sat, 5 Jun 1999 15:47:57 +0200 (MET DST) Date: Sat, 5 Jun 1999 15:47:57 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: freebsd-ports@freebsd.org Subject: ports referencing files in /usr/local Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Below a list of Makefiles listing dependencies and executables in /usr/local. I was wondering whether that should not be ${PREFIX}. (For other ports that do similar things the use is either correct (IMHO) or I have mailed to port maintainer a patch.) The list below is a bit garbled, but was created with a (cd /usr/ports ; grep /usr/local `ls */*/Makefile`) Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy comms/conserver/Makefile: echo " /usr/local/sbin/conserver -d -n ; echo -n ' conserver'" >> ${PREFIX}/etc/rc.d/conserver.sh; \ databases/postgresql/Makefile: --with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ databases/postgresql/Makefile: --with-libraries=/usr/local/lib japanese/jtex209-both/Makefile: if [ -e /usr/local/share/tex/BOTH ] ; \ japanese/netscape3.language/Makefile:LIBDIR= /usr/local/lib/netscape japanese/pine/Makefile: ${LDCONFIG} -m /usr/local/lib korean/netscape3/Makefile:LIBDIR= /usr/local/lib/netscape www/squid11-novm/Makefile: echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid11-novm/Makefile: echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid11/Makefile: echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid11/Makefile: echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid20/Makefile: echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid20/Makefile: echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid21/Makefile: echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid21/Makefile: echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid22/Makefile: echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/squid22/Makefile: echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ www/webglimpse/Makefile:RUN_DEPENDS+= /usr/local/etc/apache/httpd.conf:${PORTSDIR}/www/apache13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message