Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 15:41:25 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329469 - head/security/gnupg1
Message-ID:  <201310051541.r95FfPv3072774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat Oct  5 15:41:25 2013
New Revision: 329469
URL: http://svnweb.freebsd.org/changeset/ports/329469

Log:
  Revert NO_STAGE because packaging failure with PKGNG.

Modified:
  head/security/gnupg1/Makefile

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Sat Oct  5 15:24:46 2013	(r329468)
+++ head/security/gnupg1/Makefile	Sat Oct  5 15:41:25 2013	(r329469)
@@ -20,7 +20,10 @@ GNU_CONFIGURE=	YES
 MACHINE_ARCH=	i586
 .endif
 CFLAGS:=	${CFLAGS:S/-pipe//g}
-DOCSDIR=	${STAGEDIR}${PREFIX}/share/doc/gnupg1
+MAN1=		gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1
+MAN7=		gnupg.7
+INFO=		gnupg1
+DOCSDIR=	${PREFIX}/share/doc/gnupg1
 LATEST_LINK=	gnupg1
 
 PORTDOCS=	*
@@ -33,6 +36,7 @@ LIBUSB_DESC=	use libusb
 SUID_GPG_DESC=	install GPG with suid
 CURL_DESC=	use libcurl for the keyserver interface
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${CC} == "clang" || ${OSVERSION} >= 1000024
@@ -93,7 +97,7 @@ post-install:
 .endfor
 .endif
 .if ${PORT_OPTIONS:MSUID_GPG}
-	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/gpg
+	${CHMOD} u+s ${PREFIX}/bin/gpg
 .endif
 
 check:



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