Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 15:10:01 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400126 - head/net-im/teamwords
Message-ID:  <201510241510.t9OFA1gv060670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Sat Oct 24 15:10:01 2015
New Revision: 400126
URL: https://svnweb.freebsd.org/changeset/ports/400126

Log:
  - Switch to INSTALL_PROGRAM
  
  Submitted by: danfe@

Modified:
  head/net-im/teamwords/Makefile

Modified: head/net-im/teamwords/Makefile
==============================================================================
--- head/net-im/teamwords/Makefile	Sat Oct 24 15:08:39 2015	(r400125)
+++ head/net-im/teamwords/Makefile	Sat Oct 24 15:10:01 2015	(r400126)
@@ -27,8 +27,7 @@ PLIST_FILES=	bin/teamwords \
 SUB_FILES=      teamwords.desktop
 
 do-install:
-	${STRIP_CMD} ${WRKSRC}/teamwords
-	${INSTALL} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
 	${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/teamwords.png



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