pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools Remove lex and yacc generated fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f4ff0f1fb35
branches:  trunk
changeset: 483361:7f4ff0f1fb35
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Nov 11 10:53:08 2004 +0000

description:
Remove lex and yacc generated files before building: they might not
match with the libraries installed on the system.

diffstat:

 security/ipsec-tools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5bba10139196 -r 7f4ff0f1fb35 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Thu Nov 11 10:38:33 2004 +0000
+++ b/security/ipsec-tools/Makefile     Thu Nov 11 10:53:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/11/10 16:44:51 manu Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/11 10:53:08 manu Exp $
 #
 
 DISTNAME=              ipsec-tools-0.5.pre20041109
@@ -23,6 +23,10 @@
 SAMPLE_DIR=    ${WRKSRC}/src/racoon/samples
 EXAMPLE_DIR=   ${PREFIX}/share/examples/ipsec-tools
 
+pre-configure:
+       ${RM} ${WRKSRC}/src/racoon/cfparse.c
+       ${RM} ${WRKSRC}/src/racoon/cftoken.c
+
 post-install:
        ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
        ${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt ${EXAMPLE_DIR}



Home | Main Index | Thread Index | Old Index