pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openvpn-current Align with doc/Makefile.template b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e913eea10a2a
branches:  trunk
changeset: 485087:e913eea10a2a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Dec 03 19:47:49 2004 +0000

description:
Align with doc/Makefile.template by moving buildlink3.mk files ahead of
make targets.

diffstat:

 net/openvpn-current/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r ca818b6a2b6b -r e913eea10a2a net/openvpn-current/Makefile
--- a/net/openvpn-current/Makefile      Fri Dec 03 19:46:51 2004 +0000
+++ b/net/openvpn-current/Makefile      Fri Dec 03 19:47:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/03 19:46:51 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/03 19:47:49 jlam Exp $
 #
 
 DISTNAME=      openvpn-2.0_beta15
@@ -25,6 +25,10 @@
 
 LIBS+=         -ldes
 
+.include "../../archivers/liblzo/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn/config
@@ -37,7 +41,4 @@
        ${INSTALL_DATA} ${WRKSRC}/sample-keys/* \
                ${PREFIX}/share/examples/openvpn/keys
 
-.include "../../archivers/liblzo/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index