Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2018 11:56:46 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477867 - head/devel/libruin
Message-ID:  <201808231156.w7NBukKW071818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Aug 23 11:56:46 2018
New Revision: 477867
URL: https://svnweb.freebsd.org/changeset/ports/477867

Log:
  devel/libruin: Remove unneeded include
  
  Reported by:	mat
  Pointyhat to:	swills

Modified:
  head/devel/libruin/Makefile   (contents, props changed)

Modified: head/devel/libruin/Makefile
==============================================================================
--- head/devel/libruin/Makefile	Thu Aug 23 10:20:14 2018	(r477866)
+++ head/devel/libruin/Makefile	Thu Aug 23 11:56:46 2018	(r477867)
@@ -33,8 +33,6 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 PORTDOCS=	ChangeLog
 PORTEXAMPLES=	css21-conformance-uris.txt ruinview.c
 
-.include <bsd.port.options.mk>
-
 post-configure:
 	# Avoid compiling examples, which fails to compile
 	# As the examples needs the library to be already installed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808231156.w7NBukKW071818>