Date: Thu, 21 Nov 2013 13:38:43 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334491 - head/games/belooted Message-ID: <201311211338.rALDchOr004926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Thu Nov 21 13:38:43 2013 New Revision: 334491 URL: http://svnweb.freebsd.org/changeset/ports/334491 Log: - Enable staging - Update USES - Always stage documentation Modified: head/games/belooted/Makefile (contents, props changed) Modified: head/games/belooted/Makefile ============================================================================== --- head/games/belooted/Makefile Thu Nov 21 13:36:51 2013 (r334490) +++ head/games/belooted/Makefile Thu Nov 21 13:38:43 2013 (r334491) @@ -13,8 +13,8 @@ COMMENT= A popular 32-card trick-taking LICENSE= GPLv2 -USES= gmake pkgconfig -USE_GNOME= gtk20 desktopfileutils +USES= gmake pkgconfig desktop-file-utils +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -22,16 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor - @-update-desktop-database -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311211338.rALDchOr004926>