Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 03:23:59 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307551 - head/net/dgd
Message-ID:  <201211190324.qAJ3O0BL071401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Mon Nov 19 03:23:59 2012
New Revision: 307551
URL: http://svnweb.freebsd.org/changeset/ports/307551

Log:
  . Update make includes for OptionsNG.
  
  Feature safe:	yes

Modified:
  head/net/dgd/Makefile

Modified: head/net/dgd/Makefile
==============================================================================
--- head/net/dgd/Makefile	Mon Nov 19 03:21:07 2012	(r307550)
+++ head/net/dgd/Makefile	Mon Nov 19 03:23:59 2012	(r307551)
@@ -37,7 +37,7 @@ PORTDOCS=	*
 USERS=		mud
 GROUPS=		mud
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 EXTRA_DEFINES=
 
@@ -74,4 +74,4 @@ do-install:
 	cd ${WRKDIR}/dgd/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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