View | Details | Raw Unified | Return to bug 197540
Collapse All | Expand All

(-)usr.bin/svn/svn/Makefile (-1 / +6 lines)
Lines 54-61 DPSRCS+= freebsd-organization.h Link Here
54
CLEANFILES+=	freebsd-organization.h
54
CLEANFILES+=	freebsd-organization.h
55
CFLAGS+=	-I. -DHAS_ORGANIZATION_NAME
55
CFLAGS+=	-I. -DHAS_ORGANIZATION_NAME
56
freebsd-organization.h:
56
freebsd-organization.h:
57
	@echo '#define ORGANIZATION_NAME ${ORGANIZATION}' \
57
	@echo '#define ORGANIZATION_NAME	${ORGANIZATION}' \
58
	    > freebsd-organization.h
58
	    > freebsd-organization.h
59
	@# Remove quotes from ORGANIZATION_NAME if they exist.
60
	@sed -i '' -e 's,",,g' freebsd-organization.h
61
	@# Quote ORGANIZATION_NAME, in case it is two or more words.
62
	@sed -i '' -E 's,	,	",' freebsd-organization.h
63
	@sed -i '' -E 's,$$,",' freebsd-organization.h
59
.endif
64
.endif
60
65
61
svnlite.1: svn.1
66
svnlite.1: svn.1

Return to bug 197540