aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
commit999161a9ed97730daec86fd4a1472d43f1f3c106 (patch)
treef20c586b0416176f121176e4710700155b5cf9bf /sysutils/hal
parenta2636bcc7e88f570e1db12e44a992761fc891649 (diff)
downloadports-999161a9ed97730daec86fd4a1472d43f1f3c106.tar.gz
ports-999161a9ed97730daec86fd4a1472d43f1f3c106.zip
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412342
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 9cf5be49fea2..09d32cccb432 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -85,16 +85,16 @@ post-patch:
@${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \
${WRKSRC}/hal.conf.in
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
- < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse
+ < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/dist
${INSTALL_DATA} ${WRKSRC}/hal.conf ${STAGEDIR}${DATADIR}/dist
@${MKDIR} ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor
${INSTALL_DATA} ${FILESDIR}/10-mouse-sysmouse.fdi \
- ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor
+ ${STAGEDIR}${PREFIX}/share/hal/fdi/policy/10osvendor
${INSTALL_SCRIPT} ${FILESDIR}/mount-fuse \
- ${STAGEDIR}${PREFIX}/share/hal/mount-fuse
+ ${STAGEDIR}${PREFIX}/share/hal/mount-fuse
@${MKDIR} ${STAGEDIR}/var/lib/hal
post-install-DOCS-on:
@@ -102,6 +102,6 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \
${STAGEDIR}${DOCSDIR}/README.freebsd
${INSTALL_DATA} ${WRKDIR}/README.fuse \
- ${STAGEDIR}${DOCSDIR}/README.fuse
+ ${STAGEDIR}${DOCSDIR}/README.fuse
.include <bsd.port.post.mk>