diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-24 15:15:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-24 15:15:29 +0000 |
commit | cb9bd922b88eced7a1590dc018e3af4e51697e2c (patch) | |
tree | 89a6ea1f9ab9ff0ed74c96cc9fe01ab79d051655 /security/gnupg | |
parent | 6b6cd5df67b317808b60282e0850b8d0d5019b53 (diff) |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 329ab19a217e..7e7c849380b7 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/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: |