diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-26 13:53:26 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-26 13:57:12 +0000 |
commit | c2dfc2d552371266c482980d632ddfdb92f02831 (patch) | |
tree | 2554b7eaad1f94327bfc76f46560d2d17dd112d9 /shells/modernish | |
parent | 0998ec6405cd847f2c19726d8619b85faeb30c65 (diff) | |
download | ports-c2dfc2d552371266c482980d632ddfdb92f02831.tar.gz ports-c2dfc2d552371266c482980d632ddfdb92f02831.zip |
shells/modernish: Use INSTALL_DATA instead of MV
Reported by: mat
Diffstat (limited to 'shells/modernish')
-rw-r--r-- | shells/modernish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/modernish/Makefile b/shells/modernish/Makefile index 096f3e312a7c..1a708410c92c 100644 --- a/shells/modernish/Makefile +++ b/shells/modernish/Makefile @@ -23,7 +23,7 @@ do-install: cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${SH} -x ./install.sh -d ${PREFIX} -D ${STAGEDIR} -n -s ${SH} - ${MV} ${WRKDIR}/BUG_DEVTTY.t ${STAGEDIR}${PREFIX}/lib/modernish/cap/BUG_DEVTTY.t + ${INSTALL_DATA} ${WRKDIR}/BUG_DEVTTY.t ${STAGEDIR}${PREFIX}/lib/modernish/cap/BUG_DEVTTY.t ${RM} ${STAGEDIR}${DOCSDIR}/LICENSE ${MKDIR} ${STAGEDIR}${EXAMPLESDIR:H} |