Teach delete-old how to clean up after WITH/WITHOUT_SVN{LITE} permutations.
This commit is contained in:
parent
7cdf48fc2c
commit
4f85870720
@ -4317,3 +4317,27 @@ OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_SVNLITE} == no || ${MK_SVN} == yes
|
||||
OLD_FILES+=usr/bin/svnlite
|
||||
OLD_FILES+=usr/bin/svnliteadmin
|
||||
OLD_FILES+=usr/bin/svnlitedumpfilter
|
||||
OLD_FILES+=usr/bin/svnlitelook
|
||||
OLD_FILES+=usr/bin/svnlitemucc
|
||||
OLD_FILES+=usr/bin/svnliterdump
|
||||
OLD_FILES+=usr/bin/svnliteserve
|
||||
OLD_FILES+=usr/bin/svnlitesync
|
||||
OLD_FILES+=usr/bin/svnliteversion
|
||||
.endif
|
||||
|
||||
.if ${MK_SVN} == no
|
||||
OLD_FILES+=usr/bin/svn
|
||||
OLD_FILES+=usr/bin/svnadmin
|
||||
OLD_FILES+=usr/bin/svndumpfilter
|
||||
OLD_FILES+=usr/bin/svnlook
|
||||
OLD_FILES+=usr/bin/svnmucc
|
||||
OLD_FILES+=usr/bin/svnrdump
|
||||
OLD_FILES+=usr/bin/svnserve
|
||||
OLD_FILES+=usr/bin/svnsync
|
||||
OLD_FILES+=usr/bin/svnversion
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user