mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Don't install man sub-directory 'debian'. It has less value
and unlike the man* and cat* sub-directories, it will not be de-installed by the ports scripts.
This commit is contained in:
parent
455644865d
commit
ea14c7a166
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129031
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ do-build:
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
|
${RM} -rf ${WRKSRC}/${manpages}/debian
|
||||||
${FIND} ${WRKSRC}/${manpages} -type f -print | \
|
${FIND} ${WRKSRC}/${manpages} -type f -print | \
|
||||||
${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
|
${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue