svn commit: r313282 - head/shells/sash
Eitan Adler
eadler at FreeBSD.org
Sat Mar 2 16:58:47 UTC 2013
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 at freebsd.org>
-#
+# Created by: Patrick Gardella <patrick at 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"
More information about the svn-ports-all
mailing list