aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-10-05 09:35:02 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-10-05 09:35:02 +0000
commitb349b68a1fe339dc0205761457b9d7fcb9f4c5f6 (patch)
tree679b7b083fbee748708b808efb311a7a39c7aed1 /security/gnupg1/Makefile
parentcd653907e27196516836655e0542a2eba5503db1 (diff)
downloadports-b349b68a1fe339dc0205761457b9d7fcb9f4c5f6.tar.gz
ports-b349b68a1fe339dc0205761457b9d7fcb9f4c5f6.zip
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index a7a5bb4958a2..7f006004f13f 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gnupg
-PORTVERSION= 1.4.14
+PORTVERSION= 1.4.15
#PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
@@ -20,10 +20,7 @@ GNU_CONFIGURE= YES
MACHINE_ARCH= i586
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}
-MAN1= gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1
-MAN7= gnupg.7
-INFO= gnupg1
-DOCSDIR= ${PREFIX}/share/doc/gnupg1
+DOCSDIR= ${STAGEDIR}${PREFIX}/share/doc/gnupg1
LATEST_LINK= gnupg1
PORTDOCS= *
@@ -36,7 +33,6 @@ 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
@@ -97,7 +93,7 @@ post-install:
.endfor
.endif
.if ${PORT_OPTIONS:MSUID_GPG}
- ${CHMOD} u+s ${PREFIX}/bin/gpg
+ ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/gpg
.endif
check: