pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme Fix indentation of include lines inside...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/128162739c09
branches:  trunk
changeset: 482825:128162739c09
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Nov 03 15:47:10 2004 +0000

description:
Fix indentation of include lines inside conditionals.

diffstat:

 security/gpgme/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ac6d36264278 -r 128162739c09 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Wed Nov 03 15:41:49 2004 +0000
+++ b/security/gpgme/Makefile   Wed Nov 03 15:47:10 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index