No port installs catpages anymore, let's remove ugly code that tries to magically
figure out if any catpage is installed, now if a port want to install a catpage it would need to cleanly track it. With hat: portmgr
This commit is contained in:
parent
817a0e28e7
commit
ca211b18b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296983
@ -5665,9 +5665,6 @@ generate-plist:
|
||||
done
|
||||
@${ECHO_CMD} '@cwd ${PREFIX}' >> ${TMPPLIST}
|
||||
.endif
|
||||
@for i in $$(${ECHO_CMD} ${__MANPAGES} ${_TMLINKS:M${_PREFIX}*:S|^${_PREFIX}/||} ' ' | ${SED} -E -e 's|man([1-9ln])/([^/ ]+) |cat\1/\2 |g'); do \
|
||||
${ECHO_CMD} "@unexec rm -f %D/$$i %D/$${i%.gz} %D/$${i%.bz2} %D/$$i.gz %D/$$i.bz2" >> ${TMPPLIST}; \
|
||||
done
|
||||
.endfor
|
||||
@if [ -f ${PLIST} ]; then \
|
||||
${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \
|
||||
|
Loading…
Reference in New Issue
Block a user