summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-03 19:47:49 +0000
committerjlam <jlam>2004-12-03 19:47:49 +0000
commit7e3f2e61314a5bd7c62b17ccd1a932b18e4536a1 (patch)
tree23df314246e74e160f78019dfb9f79ba0c052481 /net
parentcb1abc70af77812600aeb882f159b41c46b41061 (diff)
downloadpkgsrc-7e3f2e61314a5bd7c62b17ccd1a932b18e4536a1.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/Makefile9
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"