svn commit: r356646 - head/devel/geany
Warren Block
wblock at FreeBSD.org
Thu Jun 5 16:10:30 UTC 2014
Author: wblock (doc committer)
Date: Thu Jun 5 16:10:29 2014
New Revision: 356646
URL: http://svnweb.freebsd.org/changeset/ports/356646
QAT: https://qat.redports.org/buildarchive/r356646/
Log:
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
Modified:
head/devel/geany/Makefile
Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile Thu Jun 5 15:29:39 2014 (r356645)
+++ head/devel/geany/Makefile Thu Jun 5 16:10:29 2014 (r356646)
@@ -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>
More information about the svn-ports-all
mailing list