Date: Sat, 16 Nov 2013 01:15:11 +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: r333957 - head/games/xtic Message-ID: <201311160115.rAG1FBtU066751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Nov 16 01:15:11 2013 New Revision: 333957 URL: http://svnweb.freebsd.org/changeset/ports/333957 Log: - Add stage support Modified: head/games/xtic/Makefile Modified: head/games/xtic/Makefile ============================================================================== --- head/games/xtic/Makefile Sat Nov 16 01:13:37 2013 (r333956) +++ head/games/xtic/Makefile Sat Nov 16 01:15:11 2013 (r333957) @@ -14,10 +14,8 @@ COMMENT= X version of a simple but trick USES= imake USE_XORG= xaw -MAN1= xtic.1 -PLIST_FILES= bin/xtic +PLIST_FILES= bin/xtic man/man1/xtic.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160115.rAG1FBtU066751>