aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-05-24 23:15:29 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-05-24 23:15:29 +0800
commit550bb8170880d4b924b317a8f1e08733ba0bec79 (patch)
tree2939c3f6e33e60934b9a72e17a1c71721b51ed66 /security/gnupg1
parentd53ab049fc71595311e9c76d46acafd52bf60ac8 (diff)
downloadfreebsd-ports-gnome-550bb8170880d4b924b317a8f1e08733ba0bec79.tar.gz
freebsd-ports-gnome-550bb8170880d4b924b317a8f1e08733ba0bec79.tar.zst
freebsd-ports-gnome-550bb8170880d4b924b317a8f1e08733ba0bec79.zip
Install set-uid'ed gpg if WITH_SUID_GPG is defined.
Requested by: Tobias Henoeckl <hoeni@Space.Net>
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile4
1 files changed, 3 insertions, 1 deletions
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: