Date: Sat, 2 Mar 2013 16:58:47 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313282 - head/shells/sash Message-ID: <201303021658.r22GwlaC064737@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Mar 2 16:58:46 2013 New Revision: 313282 URL: http://svnweb.freebsd.org/changeset/ports/313282 Log: Remove useless echo message: the use of PREFIX is global to all ports. Trim header while here Modified: head/shells/sash/Makefile Modified: head/shells/sash/Makefile ============================================================================== --- head/shells/sash/Makefile Sat Mar 2 16:53:19 2013 (r313281) +++ head/shells/sash/Makefile Sat Mar 2 16:58:46 2013 (r313282) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sash -# Date created: Jan 22, 2000 -# Whom: Patrick Gardella <patrick@freebsd.org> -# +# Created by: Patrick Gardella <patrick@freebsd.org> # $FreeBSD$ -# PORTNAME= sash PORTVERSION= 3.7 @@ -18,11 +14,6 @@ MAN1= sash.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash ${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1 - @${ECHO_MSG} "------------------" - @${ECHO_MSG} "Installing into ${PREFIX}/bin" - @${ECHO_MSG} "If you want this installed elsewhere, " - @${ECHO_MSG} "set the environmental variable PREFIX" - @${ECHO_MSG} "------------------" post-install: @${ECHO_MSG} "Updating /etc/shells"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303021658.r22GwlaC064737>