diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-17 21:22:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-17 21:22:17 +0800 |
commit | 9c24e86aae9021303ae90cf5b6d67b727434ac16 (patch) | |
tree | 9d8d614c107e8d8bf8c6fbbe092faf2547189746 /x11 | |
parent | ae6a607a01d536ceed2d33fb1077ab69d394b45a (diff) | |
download | freebsd-ports-gnome-9c24e86aae9021303ae90cf5b6d67b727434ac16.tar.gz freebsd-ports-gnome-9c24e86aae9021303ae90cf5b6d67b727434ac16.tar.zst freebsd-ports-gnome-9c24e86aae9021303ae90cf5b6d67b727434ac16.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'x11')
-rw-r--r-- | x11/avant-window-navigator/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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> |