pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/openvpn-current Fix missing "}".
details: https://anonhg.NetBSD.org/pkgsrc/rev/2486bb27bd11
branches: trunk
changeset: 485098:2486bb27bd11
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Dec 03 23:17:24 2004 +0000
description:
Fix missing "}".
diffstat:
net/openvpn-current/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 0fd87c14e215 -r 2486bb27bd11 net/openvpn-current/Makefile
--- a/net/openvpn-current/Makefile Fri Dec 03 23:14:02 2004 +0000
+++ b/net/openvpn-current/Makefile Fri Dec 03 23:17:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/12/03 23:14:02 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/03 23:17:24 jlam Exp $
#
DISTNAME= openvpn-2.0_beta15
@@ -36,15 +36,15 @@
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA_DIR} ${EGDIR/config
+ ${INSTALL_DATA_DIR} ${EGDIR}/config
cd ${WRKSRC}/sample-config-files; for file in *; do \
${INSTALL_DATA} $$file ${EGDIR}/config; \
done
- ${INSTALL_DATA_DIR} ${EGDIR/scripts
+ ${INSTALL_DATA_DIR} ${EGDIR}/scripts
cd ${WRKSRC}/sample-scripts; for file in *; do \
${INSTALL_DATA} $$file ${EGDIR}/scripts; \
done
- ${INSTALL_DATA_DIR} ${EGDIR/keys
+ ${INSTALL_DATA_DIR} ${EGDIR}/keys
cd ${WRKSRC}/sample-keys; for file in *; do \
${INSTALL_DATA} $$file ${EGDIR}/keys; \
done
Home |
Main Index |
Thread Index |
Old Index