svn commit: r325118 - head/devel/tmake
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 21 12:48:19 UTC 2013
Author: sunpoet
Date: Wed Aug 21 12:48:19 2013
New Revision: 325118
URL: http://svnweb.freebsd.org/changeset/ports/325118
Log:
- Do not silence installation message
- Use ECHO_MSG instead of ECHO
- Cleanup Makefile header
Modified:
head/devel/tmake/Makefile (contents, props changed)
Modified: head/devel/tmake/Makefile
==============================================================================
--- head/devel/tmake/Makefile Wed Aug 21 12:43:50 2013 (r325117)
+++ head/devel/tmake/Makefile Wed Aug 21 12:48:19 2013 (r325118)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tmake
-# Date created: 8 March 2000
-# Whom: jesse at cs.uni-magdeburg.de
-#
+# Created by: jesse at cs.uni-magdeburg.de
# $FreeBSD$
-#
PORTNAME= tmake
PORTVERSION= 1.13
@@ -27,14 +23,14 @@ post-patch:
${WRKSRC}/lib/freebsd-g++/tmake.conf
do-install:
- @${MKDIR} ${DATADIR}/
- @cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${DATADIR}/
- @cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} progen tmake ${PREFIX}/bin/
+ ${MKDIR} ${DATADIR}/
+ cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${DATADIR}/
+ cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} progen tmake ${PREFIX}/bin/
post-install:
- @${ECHO}
- @${ECHO} "Make sure to set your TMAKEPATH environment variable"
- @${ECHO} "to ${DATADIR}/freebsd-g++."
- @${ECHO}
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Make sure to set your TMAKEPATH environment variable"
+ @${ECHO_MSG} "to ${DATADIR}/freebsd-g++."
+ @${ECHO_MSG}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list