Date: Thu, 14 Nov 2013 22:59:28 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333803 - head/games/xpipeman Message-ID: <201311142259.rAEMxSWb026366@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Nov 14 22:59:27 2013 New Revision: 333803 URL: http://svnweb.freebsd.org/changeset/ports/333803 Log: - Add stage support Modified: head/games/xpipeman/Makefile head/games/xpipeman/pkg-plist Modified: head/games/xpipeman/Makefile ============================================================================== --- head/games/xpipeman/Makefile Thu Nov 14 22:55:49 2013 (r333802) +++ head/games/xpipeman/Makefile Thu Nov 14 22:59:27 2013 (r333803) @@ -18,16 +18,11 @@ ONLY_FOR_ARCHS= i386 amd64 USES= imake USE_XORG= x11 xaw xext xmu xt sm ice -MAN6= xpipeman.6 -MANCOMPRESSED= no CFLAGS+= -Wno-error=return-type -BINGRP= games -BINMODE= 2555 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${MANPREFIX}/man/man6/xpipeman.6 - ${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11 + ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${MANPREFIX}/man/man6/xpipeman.6 + ${INSTALL} -c ${FILESDIR}/xpipescores ${STAGEDIR}${PREFIX}/lib/X11 .include <bsd.port.mk> Modified: head/games/xpipeman/pkg-plist ============================================================================== --- head/games/xpipeman/pkg-plist Thu Nov 14 22:55:49 2013 (r333802) +++ head/games/xpipeman/pkg-plist Thu Nov 14 22:59:27 2013 (r333803) @@ -1,2 +1,9 @@ +@group games +@mode 2555 bin/xpipeman +@mode +@mode 664 lib/X11/xpipescores +@mode +@group +man/man6/xpipeman.6.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142259.rAEMxSWb026366>