diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-15 22:15:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-15 22:15:27 +0800 |
commit | 0ce441794905d871813e0307a20b7c03900f1ff6 (patch) | |
tree | 8361f4cb621ed4b2c388e09e9b57a0db44f69a94 /french | |
parent | 9ed746091da17a8abec1064de1638d9d0cfa2f10 (diff) | |
download | freebsd-ports-gnome-0ce441794905d871813e0307a20b7c03900f1ff6.tar.gz freebsd-ports-gnome-0ce441794905d871813e0307a20b7c03900f1ff6.tar.zst freebsd-ports-gnome-0ce441794905d871813e0307a20b7c03900f1ff6.zip |
Fix staging
Reported by: marino
Diffstat (limited to 'french')
-rw-r--r-- | french/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/mythes/Makefile b/french/mythes/Makefile index c1713047d9ef..0c3d1968d9c4 100644 --- a/french/mythes/Makefile +++ b/french/mythes/Makefile @@ -27,7 +27,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ .endfor do-install: - ${MKDIR} ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${STAGEDIR}${DATADIR}/th_fr_FR_v2.dat ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${STAGEDIR}${DATADIR}/th_fr_FR_v2.idx .for ALIAS in ${FRALIASES} |