diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-10-24 22:06:55 +0800 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-10-24 22:06:55 +0800 |
commit | 55770b36693d530aea72c2cccd1398c77cc7aad7 (patch) | |
tree | a3a91b67431843394c4f8b57b7f641ce1423baa7 /net-im/teamwords | |
parent | 83fed088478d684e0085f78ea5d16653ff1ab8d1 (diff) | |
download | freebsd-ports-gnome-55770b36693d530aea72c2cccd1398c77cc7aad7.tar.gz freebsd-ports-gnome-55770b36693d530aea72c2cccd1398c77cc7aad7.tar.zst freebsd-ports-gnome-55770b36693d530aea72c2cccd1398c77cc7aad7.zip |
- Remove unneeded ".include <bsd.port.options.mk>"
Submitted by: mat@
Diffstat (limited to 'net-im/teamwords')
-rw-r--r-- | net-im/teamwords/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile index 9bd67073418b..e83935e67a5e 100644 --- a/net-im/teamwords/Makefile +++ b/net-im/teamwords/Makefile @@ -26,8 +26,6 @@ PLIST_FILES= bin/teamwords \ share/icons/teamwords.png SUB_FILES= teamwords.desktop -.include <bsd.port.options.mk> - do-install: ${STRIP_CMD} ${WRKSRC}/teamwords ${INSTALL} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin |