Date: Fri, 14 Feb 2014 12:01:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344196 - head/devel/wininfo Message-ID: <201402141201.s1EC1Dkc013785@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Feb 14 12:01:12 2014 New Revision: 344196 URL: http://svnweb.freebsd.org/changeset/ports/344196 QAT: https://qat.redports.org/buildarchive/r344196/ Log: Stage support Modified: head/devel/wininfo/Makefile head/devel/wininfo/pkg-plist Modified: head/devel/wininfo/Makefile ============================================================================== --- head/devel/wininfo/Makefile Fri Feb 14 11:43:29 2014 (r344195) +++ head/devel/wininfo/Makefile Fri Feb 14 12:01:12 2014 (r344196) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/wininfo/ MAINTAINER= ports@FreeBSD.org -COMMENT= A window information utility +COMMENT= Window information utility USE_XORG= xext xrender xinerama xrandr xi xfixes xcursor \ xcomposite x11 xres @@ -19,7 +19,4 @@ USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= wininfo.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/wininfo/pkg-plist ============================================================================== --- head/devel/wininfo/pkg-plist Fri Feb 14 11:43:29 2014 (r344195) +++ head/devel/wininfo/pkg-plist Fri Feb 14 12:01:12 2014 (r344196) @@ -1,2 +1,3 @@ bin/wininfo +man/man1/wininfo.1.gz share/applications/xdg-wininfo.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141201.s1EC1Dkc013785>