diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 16:58:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 16:58:46 +0000 |
commit | 275adb1394aac968cd8fbd08da022521bf88a6e4 (patch) | |
tree | 5a738b4b162593cb3ee0ea41b6bb693e9ed59d46 /shells | |
parent | a8c9c86bef44fb419e73fd4bf1e3cc1c4a1eaa99 (diff) |
Remove useless echo message: the use of PREFIX is global to all ports.
Trim header while here
Notes
Notes:
svn path=/head/; revision=313282
Diffstat (limited to 'shells')
-rw-r--r-- | shells/sash/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/shells/sash/Makefile b/shells/sash/Makefile index d2857467ddde..81e2e0328461 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -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" |