diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-21 14:10:06 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-21 14:10:06 +0000 |
commit | 41ae360e6d4bc3d00895a50856673f7cb3e111a9 (patch) | |
tree | 167ed32871e5b14ba2c302d1c583c4ef0c3762f5 /security/nessus-devel/Makefile | |
parent | Forced commit to document that the previous commit was submitted by (diff) |
Remove patch, which is no longer needed.
PR: 38368
Submitted by: MAINTAINER: Udo Schweigert <udo.schweigert@siemens.com>
Diffstat (limited to 'security/nessus-devel/Makefile')
-rw-r--r-- | security/nessus-devel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index cc2f7bd39472..7e11a76e37c4 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/Makefile @@ -41,12 +41,6 @@ CONFIGURE_ARGS+= --sharedstatedir=${PREFIX}/etc/nessus/com \ MAN1= nessus.1 nessus-mkrand.1 MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8 -post-patch:: - @${PERL} -pi.fbsd -e 's,strcasestr,ne_strcasestr,g' \ - ${WRKSRC}/nessus/html_graph_output.c - @${PERL} -pi.fbsd -e 's,strcasestr,ne_strcasestr,g' \ - ${WRKSRC}/nessus/xml_output_ng.c - post-install: .if ! defined(BATCH) .if ! exists(${PREFIX}/etc/nessus/var/CA/serverkey.pem) |