svn commit: r400121 - head/net-im/teamwords

Kris Moore kmoore at FreeBSD.org
Sat Oct 24 14:06:57 UTC 2015


Author: kmoore
Date: Sat Oct 24 14:06:55 2015
New Revision: 400121
URL: https://svnweb.freebsd.org/changeset/ports/400121

Log:
  - Remove unneeded ".include <bsd.port.options.mk>"
  
  Submitted by: mat@

Modified:
  head/net-im/teamwords/Makefile

Modified: head/net-im/teamwords/Makefile
==============================================================================
--- head/net-im/teamwords/Makefile	Sat Oct 24 14:00:10 2015	(r400120)
+++ head/net-im/teamwords/Makefile	Sat Oct 24 14:06:55 2015	(r400121)
@@ -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


More information about the svn-ports-all mailing list