svn commit: r520689 - head/www/netrik

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 23 08:45:10 UTC 2019


Author: bapt
Date: Mon Dec 23 08:45:10 2019
New Revision: 520689
URL: https://svnweb.freebsd.org/changeset/ports/520689

Log:
  Remove useless include
  
  Reported by:	mat

Modified:
  head/www/netrik/Makefile

Modified: head/www/netrik/Makefile
==============================================================================
--- head/www/netrik/Makefile	Mon Dec 23 08:42:41 2019	(r520688)
+++ head/www/netrik/Makefile	Mon Dec 23 08:45:10 2019	(r520689)
@@ -22,8 +22,6 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} "s|^CFLAGS =|CFLAGS?=|" ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} "s|ncursesw|${NCURSES_IMPL}|g" ${WRKSRC}/configure


More information about the svn-ports-all mailing list