aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-24 15:15:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-24 15:15:29 +0000
commitcb9bd922b88eced7a1590dc018e3af4e51697e2c (patch)
tree89a6ea1f9ab9ff0ed74c96cc9fe01ab79d051655 /security/gnupg
parent6b6cd5df67b317808b60282e0850b8d0d5019b53 (diff)
downloadports-cb9bd922b88eced7a1590dc018e3af4e51697e2c.tar.gz
ports-cb9bd922b88eced7a1590dc018e3af4e51697e2c.zip
Install set-uid'ed gpg if WITH_SUID_GPG is defined.
Requested by: Tobias Henoeckl <hoeni@Space.Net>
Notes
Notes: svn path=/head/; revision=59904
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
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: