aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-08-13 07:57:48 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-08-13 07:57:48 +0000
commite4fdb7f9a0b98b0e1f4b5322b9f282819aff5506 (patch)
tree6015bc271c30a2e7a2d8ce280bddf45b0aa3b40c /security/gnupg
parentd2ad05bcad5114695d11d3b5c811c519e41a614c (diff)
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 2548213a0747..f85b5ea60355 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -97,6 +97,9 @@ pre-configure:
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+.if defined(WITH_SUID_GPG)
+ ${CHMOD} u+s ${PREFIX}/bin/gpg
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>