svn commit: r340033 - head/x11/avant-window-navigator

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 17 13:22:18 UTC 2014


Author: bapt
Date: Fri Jan 17 13:22:17 2014
New Revision: 340033
URL: http://svnweb.freebsd.org/changeset/ports/340033
QAT: https://qat.redports.org/buildarchive/r340033/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/x11/avant-window-navigator/Makefile

Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile	Fri Jan 17 13:20:09 2014	(r340032)
+++ head/x11/avant-window-navigator/Makefile	Fri Jan 17 13:22:17 2014	(r340033)
@@ -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>


More information about the svn-ports-all mailing list