Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 20:26:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377468 - head/databases/tuning-primer
Message-ID:  <201501192026.t0JKQLQb027442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 19 20:26:20 2015
New Revision: 377468
URL: https://svnweb.freebsd.org/changeset/ports/377468
QAT: https://qat.redports.org/buildarchive/r377468/

Log:
  Simplify do-install target

Modified:
  head/databases/tuning-primer/Makefile

Modified: head/databases/tuning-primer/Makefile
==============================================================================
--- head/databases/tuning-primer/Makefile	Mon Jan 19 20:21:58 2015	(r377467)
+++ head/databases/tuning-primer/Makefile	Mon Jan 19 20:26:20 2015	(r377468)
@@ -21,10 +21,7 @@ USE_MYSQL=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
-	${CP} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \
+	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	@${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}' \
-		>> ${TMPPLIST}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501192026.t0JKQLQb027442>