From 550bb8170880d4b924b317a8f1e08733ba0bec79 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Fri, 24 May 2002 15:15:29 +0000 Subject: Install set-uid'ed gpg if WITH_SUID_GPG is defined. Requested by: Tobias Henoeckl --- security/gnupg1/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/gnupg1') diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 329ab19a217e..7e7c849380b7 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -43,7 +43,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg .endfor .endif -# ${CHMOD} u+s ${PREFIX}/bin/gpg +.if defined(WITH_SUID_GPG) + ${CHMOD} u+s ${PREFIX}/bin/gpg +.endif @${CAT} ${PKGMESSAGE} check: -- cgit