1
0
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:
Wolfram Schneider 2005-02-16 16:21:28 +00:00
parent 455644865d
commit ea14c7a166
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129031

View File

@ -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}