diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-10-05 15:41:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-10-05 15:41:25 +0000 |
commit | 29da85dd1c4d2bf6a3780e09a79145153337a449 (patch) | |
tree | a40af43ab4949ff253db63943f0267f4c536c4a9 /security/gnupg1 | |
parent | c3d449e578c06e14ba5c32d7a40dafe05a98a80e (diff) | |
download | ports-29da85dd1c4d2bf6a3780e09a79145153337a449.tar.gz ports-29da85dd1c4d2bf6a3780e09a79145153337a449.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 7f006004f13f..ba30cc10823a 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -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: |