diff options
author | pav <pav@FreeBSD.org> | 2007-11-13 08:40:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-11-13 08:40:27 +0800 |
commit | d38ad298446b7b843e4fcb7b8b37745a97b7bef0 (patch) | |
tree | 39a53abe95f81f597260a632363f28b05e0ee4fa /security | |
parent | c833eda7cab0806069b73fa672d161ed6f696c48 (diff) | |
download | freebsd-ports-gnome-d38ad298446b7b843e4fcb7b8b37745a97b7bef0.tar.gz freebsd-ports-gnome-d38ad298446b7b843e4fcb7b8b37745a97b7bef0.tar.zst freebsd-ports-gnome-d38ad298446b7b843e4fcb7b8b37745a97b7bef0.zip |
- Attempt to fix plist on 7.0
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'security')
-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> |