aboutsummaryrefslogtreecommitdiffstats
path: root/french
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-15 11:54:20 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-15 11:54:20 +0800
commit0cd8d8e6ef844e2ee7af32d553fab7da2d0c0498 (patch)
tree515243e43dd108f3a8b320b5f517999569cfcea1 /french
parente547253abb84138f389eea020ca77aa60f64f003 (diff)
downloadfreebsd-ports-gnome-0cd8d8e6ef844e2ee7af32d553fab7da2d0c0498.tar.gz
freebsd-ports-gnome-0cd8d8e6ef844e2ee7af32d553fab7da2d0c0498.tar.zst
freebsd-ports-gnome-0cd8d8e6ef844e2ee7af32d553fab7da2d0c0498.zip
Stagify.
Diffstat (limited to 'french')
-rw-r--r--french/belote/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/french/belote/Makefile b/french/belote/Makefile
index 35d6e4c1e8f4..99440ee74923 100644
--- a/french/belote/Makefile
+++ b/french/belote/Makefile
@@ -27,16 +27,15 @@ DESKTOP_ENTRIES="Belote" \
"" \
false
-NO_STAGE= yes
post-extract:
@${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/belote ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/belote ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DATADIR}
.for f in belote.jar data.bin
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
.endfor
- ${INSTALL_DATA} ${WRKSRC}/rsc/vp.gif ${PREFIX}/share/pixmaps/belote.gif
+ ${INSTALL_DATA} ${WRKSRC}/rsc/vp.gif ${STAGEDIR}${PREFIX}/share/pixmaps/belote.gif
.include <bsd.port.mk>