Date: Wed, 19 Sep 2001 16:30:19 +0100 From: Brian Somers <brian@freebsd-services.com> To: Mikhail Teterin <mi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/x11/xtattr Makefile ports/x11/xtattr/files Makefile.bsd Message-ID: <200109191530.f8JFUJR22661@hak.lan.Awfulhak.org> In-Reply-To: Message from Mikhail Teterin <mi@FreeBSD.org> of "Wed, 19 Sep 2001 08:05:26 PDT." <200109191505.f8JF5Qo01559@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> mi 2001/09/19 08:05:26 PDT
>
> Modified files:
> x11/xtattr Makefile
> Added files:
> x11/xtattr/files Makefile.bsd
> Log:
> This little utility is rather usefull on X11-less servers -- you
> may with to modify xterm's title or something after you login to
> one. It does not use X11 at all, except to build its Makefile.
>
> Use the simple Makefile of our own, to drop build-dependency on
> X11. As a side effect, it will be installed into LOCALBASE,
> rather than X11BASE/bin. Bump up PORTREVISION.
>
> Revision Changes Path
> 1.7 +4 -2 ports/x11/xtattr/Makefile
> 1.1 +12 -0 ports/x11/xtattr/files/Makefile.bsd (new)
if [ ."$TERM" = .xterm ]
then
case "$SHELL" in
*bash) PS1="\[^[]2;\u@\H:\w^G\]\h:\w \\$ ";;
*zsh) PS1="%{^[]2;%n@%M:%3.^G%}%m:%3. %(#.#.$) ";;
esac
fi
--
Brian <brian@freebsd-services.com> <brian@Awfulhak.org>
http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org>
Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109191530.f8JFUJR22661>
