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:
Warren Block 2014-06-05 16:10:29 +00:00
parent 624b447edd
commit a10cf1dd58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356646

View file

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