Date: Fri, 13 Dec 2013 23:44:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336393 - head/x11/xgrab Message-ID: <201312132344.rBDNiFVK082101@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 13 23:44:15 2013 New Revision: 336393 URL: http://svnweb.freebsd.org/changeset/ports/336393 Log: Support stage Modified: head/x11/xgrab/Makefile head/x11/xgrab/pkg-plist Modified: head/x11/xgrab/Makefile ============================================================================== --- head/x11/xgrab/Makefile Fri Dec 13 23:43:01 2013 (r336392) +++ head/x11/xgrab/Makefile Fri Dec 13 23:44:15 2013 (r336393) @@ -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 Modified: head/x11/xgrab/pkg-plist ============================================================================== --- head/x11/xgrab/pkg-plist Fri Dec 13 23:43:01 2013 (r336392) +++ head/x11/xgrab/pkg-plist Fri Dec 13 23:44:15 2013 (r336393) @@ -1,3 +1,5 @@ bin/xgrab bin/xgrabsc lib/X11/app-defaults/XGrab +man/man1/xgrab.1.gz +man/man1/xgrabsc.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312132344.rBDNiFVK082101>