Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 09:08:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484670 - head/security/pinentry
Message-ID:  <201811110908.wAB987s2044917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 11 09:08:07 2018
New Revision: 484670
URL: https://svnweb.freebsd.org/changeset/ports/484670

Log:
  Remove orphan after INFO_PATH move

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Sun Nov 11 09:03:01 2018	(r484669)
+++ head/security/pinentry/Makefile	Sun Nov 11 09:08:07 2018	(r484670)
@@ -139,7 +139,7 @@ CONFIGURE_ARGS+=--disable-pinentry-tty
 
 post-install:
 	${RM} ${STAGEDIR}${PREFIX}/bin/pinentry \
-		${STAGEDIR}${PREFIX}/info/pinentry.info
+		${STAGEDIR}${PREFIX}/share/info/pinentry.info
 
 .endif # !defined(PINENTRY_GUI)
 



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