Skip to content

Commit

Permalink
graphics/pstoedit: Fix make check-plist error
Browse files Browse the repository at this point in the history
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man1/pstoedit.1.gz
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Approved by:	portmgr (just fix it)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 4bcfc3e commit 95ed02b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions graphics/pstoedit/Makefile
Expand Up @@ -54,9 +54,6 @@ post-patch:
s|-pedantic||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in

post-install:
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 95ed02b

Please sign in to comment.