diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-03 19:47:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-03 19:47:49 +0000 |
commit | e2add2d83f049122e5ae6f8c2d8d67acf872a87a (patch) | |
tree | 23df314246e74e160f78019dfb9f79ba0c052481 /net | |
parent | 321a9ff6717a8fe9c6fc7bb6813ec4ca4a431e1a (diff) | |
download | pkgsrc-e2add2d83f049122e5ae6f8c2d8d67acf872a87a.tar.gz |
Align with doc/Makefile.template by moving buildlink3.mk files ahead of
make targets.
Diffstat (limited to 'net')
-rw-r--r-- | net/openvpn-current/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile index 72b4be629bf..1a91571c18d 100644 --- a/net/openvpn-current/Makefile +++ b/net/openvpn-current/Makefile @@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 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 @@ post-install: ${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" |