aboutsummaryrefslogtreecommitdiff
path: root/games/belooted
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2013-11-21 13:38:43 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2013-11-21 13:38:43 +0000
commit4a55da64d551101edd961f55106d608b60ca730d (patch)
tree7466f72408a17eea05861e9ef05d2a930a7e83ce /games/belooted
parent21dddead382d36d7474865658c776bc440564605 (diff)
downloadports-4a55da64d551101edd961f55106d608b60ca730d.tar.gz
ports-4a55da64d551101edd961f55106d608b60ca730d.zip
Notes
Diffstat (limited to 'games/belooted')
-rw-r--r--games/belooted/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/games/belooted/Makefile b/games/belooted/Makefile
index 33feab2a0e54..b290e6e1928c 100644
--- a/games/belooted/Makefile
+++ b/games/belooted/Makefile
@@ -13,8 +13,8 @@ COMMENT= A popular 32-card trick-taking game played in France
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>