From 9c24e86aae9021303ae90cf5b6d67b727434ac16 Mon Sep 17 00:00:00 2001
From: bapt <bapt@FreeBSD.org>
Date: Fri, 17 Jan 2014 13:22:17 +0000
Subject: Reduce over inclusion of bsd.port.mk

---
 x11/avant-window-navigator/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'x11')

diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile
index bb005980cd3f..a0e447ff66d8 100644
--- a/x11/avant-window-navigator/Makefile
+++ b/x11/avant-window-navigator/Makefile
@@ -57,8 +57,6 @@ CONFIGURE_ARGS+=	--with-gconf
 CONFIGURE_ARGS+=	--without-gconf
 .endif
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' \
 		${WRKSRC}/awn-manager/awnManager.py.in \
@@ -72,4 +70,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gutils.h>|glib.h>|g' \
 		${WRKSRC}/libawn/awn-config-client-gkeyfile.c
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
-- 
cgit