svn commit: r307551 - head/net/dgd
Greg Lewis
glewis at FreeBSD.org
Mon Nov 19 03:24:00 UTC 2012
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>
More information about the svn-ports-head
mailing list