pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cy2-ntlm Conform to doc/Makefile-example by m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afdbbe285353
branches:  trunk
changeset: 478913:afdbbe285353
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Aug 01 21:02:13 2004 +0000

description:
Conform to doc/Makefile-example by moving inclusion of buildlink3.mk files
below the variable settings and above any make targets.

diffstat:

 security/cy2-ntlm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 02905f048b2c -r afdbbe285353 security/cy2-ntlm/Makefile
--- a/security/cy2-ntlm/Makefile        Sun Aug 01 20:00:29 2004 +0000
+++ b/security/cy2-ntlm/Makefile        Sun Aug 01 21:02:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/29 05:47:31 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/08/01 21:02:13 jlam Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
 COMMENT=       Cyrus SASL NTLM authentication plugin
@@ -12,11 +12,12 @@
 BUILD_DIRS=    ${WRKSRC}/plugins
 ALL_TARGET=    libntlm.la
 
+.include "../../security/openssl/buildlink3.mk"
+
 do-install:
        ${INSTALL_DATA_DIR} ${PLUGINDIR}
        cd ${WRKSRC}/plugins && \
        ${SHLIBTOOL} --mode=install \
                ${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
 
-.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index