diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
commit | 999161a9ed97730daec86fd4a1472d43f1f3c106 (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /audio/musicpd | |
parent | a2636bcc7e88f570e1db12e44a992761fc891649 (diff) | |
download | ports-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 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 203ad928758a..12c5f6aa062a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -197,7 +197,7 @@ post-patch: start=$$(expr $$(${SED} -n '/^# type *"oss"/=' \ ${WRKSRC}/doc/mpdconf.example) - 1); \ finish=$$(for n in $$(${JOT} 10 $$start); do \ - [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ + [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ "#}" ] && echo $$n || true; done); \ ${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \ ${WRKSRC}/doc/mpdconf.example |