From owner-cvs-all Wed Sep 19 8:30:43 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 1587F37B40F; Wed, 19 Sep 2001 08:30:28 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8JFUOt98365; Wed, 19 Sep 2001 16:30:24 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8JFUJR22661; Wed, 19 Sep 2001 16:30:19 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109191530.f8JFUJR22661@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mikhail Teterin 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 In-Reply-To: Message from Mikhail Teterin of "Wed, 19 Sep 2001 08:05:26 PDT." <200109191505.f8JF5Qo01559@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Sep 2001 16:30:19 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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 http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message