diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 00:40:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 00:40:27 +0000 |
commit | 74a84673b855aa023a1cea75a471dd99d5865b80 (patch) | |
tree | b5401c50d44289fa766ba84af1bbe9b86cfc9a16 | |
parent | 4ad47c61007fc2dcc21f92db3fbb3dbab25e673b (diff) | |
download | ports-74a84673b855aa023a1cea75a471dd99d5865b80.tar.gz ports-74a84673b855aa023a1cea75a471dd99d5865b80.zip |
Notes
-rw-r--r-- | security/silktools/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile index 12d5cf86c966..b672afd14065 100644 --- a/security/silktools/Makefile +++ b/security/silktools/Makefile @@ -40,4 +40,7 @@ MAN5= sensor.conf.5 silk.conf.5 MAN8= rwflowpack.8 rwpackchecker.8 rwflowappend.8 rwreceiver.8 rwsender.8 \ flowcap.8 +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |