svn commit: r334491 - head/games/belooted
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Nov 21 13:38:44 UTC 2013
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>
More information about the svn-ports-head
mailing list