Date: Fri, 12 Feb 1999 11:30:01 -0800 (PST) From: Bill Fumerola <billf@chc-chimes.com> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10049: new port: plugger Message-ID: <199902121930.LAA82310@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10049; it has been noted by GNATS. From: Bill Fumerola <billf@chc-chimes.com> To: Jay Sachs <sachs@cs.williams.edu> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10049: new port: plugger Date: Fri, 12 Feb 1999 08:38:06 -0500 (EST) On Fri, 12 Feb 1999, Jay Sachs wrote: > # plugger/Makefile,v Oops. > X # Where is your Xwindows located? > X-X11=/usr/X11/ > X+X11=/usr/X11R6/ It would be better to sed(1) this and s#/usr/X11/#${X11BASE}# > X- if [ ! -f /etc/pluggerrc ]; then cp pluggerrc /etc/ ; fi > X+ if [ ! -f /usr/local/etc/pluggerrc.sample ]; then cp pluggerrc /usr/local/etc/pluggerrc.sample ; fi s#/etc/pluggerrc#${PREFIX}/etc/pluggerrc.sample# s#/etc/#${PREFIX}/etc/pluggerrc.sample# perhaps? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - 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?199902121930.LAA82310>