diff options
-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: |