Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 01:13:38 +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: r333956 - head/games/xteddy
Message-ID:  <201311160113.rAG1DcEW066425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov 16 01:13:37 2013
New Revision: 333956
URL: http://svnweb.freebsd.org/changeset/ports/333956

Log:
  - Add stage support

Modified:
  head/games/xteddy/Makefile

Modified: head/games/xteddy/Makefile
==============================================================================
--- head/games/xteddy/Makefile	Sat Nov 16 01:10:08 2013	(r333955)
+++ head/games/xteddy/Makefile	Sat Nov 16 01:13:37 2013	(r333956)
@@ -18,8 +18,8 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lXext
 
-MAN6=		xteddy.6
 PLIST_FILES=	bin/xteddy bin/xteddy_test bin/xtoys \
+		man/man6/xteddy.6.gz \
 		%%DATADIR%%/teddy.png %%DATADIR%%/xalex.png \
 		%%DATADIR%%/xbobo.png %%DATADIR%%/xbrummi.png \
 		%%DATADIR%%/xcherubino.png %%DATADIR%%/xduck.png \
@@ -30,7 +30,6 @@ PLIST_FILES=	bin/xteddy bin/xteddy_test 
 		%%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
 post-patch:
 .for f in configure xteddy.c
 	@${REINPLACE_CMD} -e \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160113.rAG1DcEW066425>