Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 1999 15:47:57 +0200 (MET DST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        freebsd-ports@freebsd.org
Subject:   ports referencing files in /usr/local
Message-ID:  <Pine.GSO.3.95q.990605154439.16966h-100000@elect8>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95q.990605154439.16966h-100000>