Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 10:35:19 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422366 - head/sysutils/password-store
Message-ID:  <201609181035.u8IAZJtb064555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Sep 18 10:35:19 2016
New Revision: 422366
URL: https://svnweb.freebsd.org/changeset/ports/422366

Log:
  sysutils/password-store: fix man page installation when EXAMPLES is OFF
  
  PR:		212778
  Submitted by:	brandon.wandersee@gmail.com

Modified:
  head/sysutils/password-store/Makefile

Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile	Sun Sep 18 10:32:38 2016	(r422365)
+++ head/sysutils/password-store/Makefile	Sun Sep 18 10:35:19 2016	(r422366)
@@ -2,6 +2,7 @@
 
 PORTNAME=	password-store
 PORTVERSION=	1.6.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://git.zx2c4.com/password-store/snapshot/
 
@@ -20,7 +21,7 @@ RUN_DEPENDS=	bash:shells/bash \
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-OPTIONS_DEFINE=		GIT XCLIP CONTRIB DOCS EXAMPLES
+OPTIONS_DEFINE=		GIT XCLIP CONTRIB EXAMPLES
 OPTIONS_DEFAULT=	CONTRIB
 OPTIONS_SUB=		yes
 
@@ -41,6 +42,7 @@ post-patch:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/src/password-store.sh ${STAGEDIR}${PREFIX}/libexec/pass
 	${LN} -s ${PREFIX}/libexec/pass ${STAGEDIR}${PREFIX}/bin/pass
+	${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
 
 do-install-CONTRIB-on:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
@@ -56,6 +58,5 @@ do-install-CONTRIB-on:
 do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
 
 .include <bsd.port.mk>



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