diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-10-24 23:10:01 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-10-24 23:10:01 +0800 |
commit | 542b5b880a205f4ba4f7363d55d62d5dd405986c (patch) | |
tree | ae32768532546bad954b5a016534a5b4b801e4de /net-im | |
parent | 3cbcdda4ee42ddd2009d5c9dc24ec2bffc30aa7c (diff) | |
download | freebsd-ports-gnome-542b5b880a205f4ba4f7363d55d62d5dd405986c.tar.gz freebsd-ports-gnome-542b5b880a205f4ba4f7363d55d62d5dd405986c.tar.zst freebsd-ports-gnome-542b5b880a205f4ba4f7363d55d62d5dd405986c.zip |
- Switch to INSTALL_PROGRAM
Submitted by: danfe@
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/teamwords/Makefile | 3 |
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 |