summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:04:04 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:04:04 +0000
commitc941b9a56bfeee9726e1b211fad2eff9512717d0 (patch)
tree22544501652464c65ebbda6828064d739281f605 /usr.bin/svn
parent563146937c7a883d816516169af27daf25dc436b (diff)
downloadFreeBSD-src-c941b9a56bfeee9726e1b211fad2eff9512717d0.zip
FreeBSD-src-c941b9a56bfeee9726e1b211fad2eff9512717d0.tar.gz
MFC r291330:
Replace DPSRCS that work fine in SRCS.
Diffstat (limited to 'usr.bin/svn')
-rw-r--r--usr.bin/svn/svn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile
index 0b9cc9b..dcd449c 100644
--- a/usr.bin/svn/svn/Makefile
+++ b/usr.bin/svn/svn/Makefile
@@ -55,7 +55,7 @@ DPADD= ${LIBSVN_CLIENT} ${LIBSVN_WC} ${LIBSVN_RA} ${LIBSVN_RA_LOCAL} \
CLEANFILES+= svnlite.1
.if(defined(ORGANIZATION) && !empty(ORGANIZATION))
-DPSRCS+= freebsd-organization.h
+SRCS+= freebsd-organization.h
CLEANFILES+= freebsd-organization.h
CFLAGS+= -I. -DHAS_ORGANIZATION_NAME
freebsd-organization.h:
OpenPOWER on IntegriCloud