diff options
Diffstat (limited to 'science/sigrok-firmware-fx2lafw/Makefile')
-rw-r--r-- | science/sigrok-firmware-fx2lafw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/sigrok-firmware-fx2lafw/Makefile b/science/sigrok-firmware-fx2lafw/Makefile index ccebf7af28d7..2d99d746d684 100644 --- a/science/sigrok-firmware-fx2lafw/Makefile +++ b/science/sigrok-firmware-fx2lafw/Makefile @@ -31,7 +31,7 @@ PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in README NEWS - ${INSTALL_MAN} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/sigrok-firmware .for fwfile in ${FW_FILES} |