Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 16:10:29 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356646 - head/devel/geany
Message-ID:  <201406051610.s55GATUG043900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406051610.s55GATUG043900>