diff options
author | manu <manu@pkgsrc.org> | 2004-11-11 10:53:08 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-11-11 10:53:08 +0000 |
commit | 4f1a3d93e9e836b694121dde294fe76bc0bb0225 (patch) | |
tree | c1bb76d75bb44ccf3aca8c0291fcae935dd644ee /security/ipsec-tools | |
parent | 47c79eedc2e10f9d4ed345bc36d794ac90e4280c (diff) | |
download | pkgsrc-4f1a3d93e9e836b694121dde294fe76bc0bb0225.tar.gz |
Remove lex and yacc generated files before building: they might not
match with the libraries installed on the system.
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index ef226555698..9cfece732bf 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-libradius --enable-frag --enable-hybrid 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} |