Fix check-plist error

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir %%DOC_DIR%%
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/rubygem-cld3
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-01-12 09:19:22 +00:00
parent da200fd4ce
commit fb0d20b964
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490034

View File

@ -28,6 +28,7 @@ do-install:
${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f \
\( -name mkmf.log -or -name gem_make.out \) -delete
${RM} -r ${STAGEDIR}${PREFIX}/${CACHE_DIR} 2> /dev/null || ${TRUE}
${RMDIR} ${STAGEDIR}${PREFIX}/${DOC_DIR} 2> /dev/null || ${TRUE}
${RMDIR} ${STAGEDIR}${PREFIX}/${EXT_DIR} 2> /dev/null || ${TRUE}
.include <bsd.port.mk>