aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-02 16:58:46 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-02 16:58:46 +0000
commit275adb1394aac968cd8fbd08da022521bf88a6e4 (patch)
tree5a738b4b162593cb3ee0ea41b6bb693e9ed59d46 /shells
parenta8c9c86bef44fb419e73fd4bf1e3cc1c4a1eaa99 (diff)
downloadports-275adb1394aac968cd8fbd08da022521bf88a6e4.tar.gz
ports-275adb1394aac968cd8fbd08da022521bf88a6e4.zip
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/Makefile11
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"