diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:44:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:44:15 +0000 |
commit | 02f3f395e5947c0ee448e93f6f358449f726aee6 (patch) | |
tree | 74ce8cbe22d80586efb0a37d10f8099353ef8c69 /x11/xgrab/Makefile | |
parent | 0cebabb8af33b267635c213d73e68e31cfb402f9 (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=336393
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 16623f150e9a..02421e49658a 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -21,10 +21,6 @@ USE_XORG= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f CFLAGS+= -Wno-error=return-type - -MAN1= xgrab.1 xgrabsc.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c |