From b397dc026f65681d82174e004038eb6745fa7bb7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 21 Sep 2020 09:36:57 +0000 Subject: [PATCH] - Simplify installation - Update WWW Approved by: portmgr blanket --- games/xdeblock/Makefile | 5 ++--- games/xdeblock/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/games/xdeblock/Makefile b/games/xdeblock/Makefile index d87546770f72..f5c47c031f83 100644 --- a/games/xdeblock/Makefile +++ b/games/xdeblock/Makefile @@ -24,9 +24,8 @@ post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/main.c do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} xdeblo ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/xdeblo ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf - (cd ${WRKSRC}/mapf && ${INSTALL_DATA} *.txt \ - ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf) + ${INSTALL_DATA} ${WRKSRC}/mapf/*.txt ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf .include diff --git a/games/xdeblock/pkg-descr b/games/xdeblock/pkg-descr index 330a436a40cc..59d2b6ca4e53 100644 --- a/games/xdeblock/pkg-descr +++ b/games/xdeblock/pkg-descr @@ -8,4 +8,4 @@ USAGE: ENVIRONMENT: You need 256 or more colors, 800x600 or more window, and enough memory. -WWW: http://www.vector.co.jp/soft/unix/game/se037694.html +WWW: https://www.vector.co.jp/soft/unix/game/se037694.html