svn commit: r329469 - head/security/gnupg1

Jun Kuriyama kuriyama at FreeBSD.org
Sat Oct 5 15:41:25 UTC 2013


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:


More information about the svn-ports-all mailing list