diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-15 14:15:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-15 14:15:27 +0000 |
commit | 0edd502e8060bdbdd33978706cecd908bbadcb37 (patch) | |
tree | 8361f4cb621ed4b2c388e09e9b57a0db44f69a94 /french/mythes/Makefile | |
parent | 7b36f80aa29a6a7ce909361d70861da207e2f27d (diff) | |
download | ports-0edd502e8060bdbdd33978706cecd908bbadcb37.tar.gz ports-0edd502e8060bdbdd33978706cecd908bbadcb37.zip |
Notes
Diffstat (limited to 'french/mythes/Makefile')
-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} |