Actually install the man page so staging doesn't get all in an uproar
when it is not present, aka "Fix it." Approved by: bdrewery
This commit is contained in:
parent
624b447edd
commit
a10cf1dd58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356646
1 changed files with 3 additions and 0 deletions
|
@ -48,4 +48,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue