[Bug 193134] [NEW PORT] net-mgmt/seafile: Framework for writing networked applications

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 6 08:50:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193134

--- Comment #35 from John Marino <marino at FreeBSD.org> ---
fyi, I didn't want this:

@${MKDIR} ${dir1}
@${MKDIR} ${dir2}
@${MKDIR} ${dir3}

I wanted this:

@${MKDIR} ${dir1} \
  ${dir2} \
  ${dir3}

(1 command instead of 3, also easier to read IMO)

I am fixing that too.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list