diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-08-29 10:01:14 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-08-29 10:01:14 +0000 |
commit | 2ebd0cc5c7868ffe9bfc634c8553e98f9e454d49 (patch) | |
tree | bdaefab980eef47ac3e27aba7bde4754e2c4048b /misc | |
parent | b0e4cdbcf720760931d68a9381886ee325a6bc48 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/digitemp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/digitemp/Makefile b/misc/digitemp/Makefile index 0f1ba03772d0..b8211865409e 100644 --- a/misc/digitemp/Makefile +++ b/misc/digitemp/Makefile @@ -27,9 +27,6 @@ ALL_TARGET= ds9097 ds9097u OPTIONS_DEFINE= DOCS -#post-patch: -# @${REINPLACE_CMD} -e 's:= gcc:?= gcc:' ${WRKSRC}/Makefile - pre-install: ${CP} ${WRKSRC}/${MAN1} ${WRKSRC}/digitemp.1.M ${CAT} ${WRKSRC}/digitemp.1.M | ${SED} -e "s/dev\/ttyS/dev\/cuau/g" > ${WRKSRC}/${MAN1} |