svn commit: r457764 - head/security/gpa

Rene Ladan rene at FreeBSD.org
Mon Jan 1 10:53:05 UTC 2018


Author: rene
Date: Mon Jan  1 10:53:03 2018
New Revision: 457764
URL: https://svnweb.freebsd.org/changeset/ports/457764

Log:
  security/gpa: update instructions to use the port actually used.

Modified:
  head/security/gpa/Makefile

Modified: head/security/gpa/Makefile
==============================================================================
--- head/security/gpa/Makefile	Mon Jan  1 10:28:51 2018	(r457763)
+++ head/security/gpa/Makefile	Mon Jan  1 10:53:03 2018	(r457764)
@@ -33,7 +33,7 @@ NLS_CONFIGURE_ENABLE=	nls
 
 pre-configure:
 	@(if [ ! -e ${LOCALBASE}/bin/gpgsm ] ; then \
-	${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg20 with the GPGSM option ON" ; \
+	${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON" ; \
 	exit 1; \
 	fi)
 


More information about the svn-ports-all mailing list