summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-03 15:47:10 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-03 15:47:10 +0000
commitce32f5523de4e53b20ef63663fe0415dd4f85639 (patch)
tree8f6eaac84d10ea2e56ab07efabd380655a7a7ea8 /security
parentfc8d80a7c3138769859e4bbefa4b674c7516db6c (diff)
downloadpkgsrc-ce32f5523de4e53b20ef63663fe0415dd4f85639.tar.gz
Fix indentation of include lines inside conditionals.
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index c5b92c6b04c..63844bed087 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/11/03 15:35:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.27 2004/11/03 15:47:10 jmmv Exp $
#
DISTNAME= gpgme-1.0.1
@@ -41,14 +41,14 @@ INFO_FILES= gpgme.info
.include "../../security/libgpg-error/buildlink3.mk"
.if ${OPSYS} != "SunOS"
-.include "../../devel/librfuncs/buildlink3.mk"
+. include "../../devel/librfuncs/buildlink3.mk"
.endif
##
## Option to build with gpgsm. This provides SMIME support
##
.if !empty(PKG_OPTIONS:Mgpgsm)
-.include "../../security/gnupg-devel/buildlink3.mk"
+. include "../../security/gnupg-devel/buildlink3.mk"
CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm
CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2
.else