summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2015-10-24 15:10:01 +0000
committerKris Moore <kmoore@FreeBSD.org>2015-10-24 15:10:01 +0000
commit8cbde188d929d7f2849d20fb8aae4963ed8c7e77 (patch)
treeae32768532546bad954b5a016534a5b4b801e4de /net-im
parent- Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/ (diff)
- Switch to INSTALL_PROGRAM
Submitted by: danfe@
Notes
Notes: svn path=/head/; revision=400126
Diffstat (limited to 'net-im')
-rw-r--r--net-im/teamwords/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile
index e83935e67a5e..65765d75c38d 100644
--- a/net-im/teamwords/Makefile
+++ b/net-im/teamwords/Makefile
@@ -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