mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00: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
@ -28,6 +28,7 @@ do-build:
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${RM} -rf ${WRKSRC}/${manpages}/debian
|
||||
${FIND} ${WRKSRC}/${manpages} -type f -print | \
|
||||
${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user