Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 01:36:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329253 - head/games/fishsupper
Message-ID:  <201310040136.r941aEwv070662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct  4 01:36:13 2013
New Revision: 329253
URL: http://svnweb.freebsd.org/changeset/ports/329253

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Deleted:
  head/games/fishsupper/pkg-plist
Modified:
  head/games/fishsupper/Makefile

Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile	Fri Oct  4 01:13:54 2013	(r329252)
+++ head/games/fishsupper/Makefile	Fri Oct  4 01:36:13 2013	(r329253)
@@ -13,14 +13,16 @@ COMMENT=	Guide a cat across a series of 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl image mixer
 USE_GL=		gl
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PORTDOCS=	README
+PLIST_FILES=	bin/${PORTNAME}
+PORTDOCS=	*
+PORTDATA=	*
 
 DESKTOP_ENTRIES="Fish Supper" \
 		"Guide a cat across a series of rivers, jumping from log to log" \
@@ -29,7 +31,6 @@ DESKTOP_ENTRIES="Fish Supper" \
 		"Game;ArcadeGame;" \
 		false
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION} > 1000000
@@ -39,10 +40,8 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>



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