diff options
author | adrianp <adrianp> | 2005-04-05 22:15:55 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-04-05 22:15:55 +0000 |
commit | 31e0320a6b8ab463a5b3a23391cd265644927461 (patch) | |
tree | d1ec8c9ade2409557af8c6fd66a4c1374a57cb05 /security | |
parent | 0364ee565058c1aa82fdb6fc3b5a2a17aae8bfa5 (diff) | |
download | pkgsrc-31e0320a6b8ab463a5b3a23391cd265644927461.tar.gz |
- Remove the nessus-update-plugins patch I included a while ago. Nessus
now use their own binary for fetching updated plugin files from the
nessus.org site.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index f8e93087b4a..02cfa32e388 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/04 09:32:02 adam Exp $ +# $NetBSD: Makefile,v 1.19 2005/04/05 22:15:55 adrianp Exp $ .include "../nessus/Makefile.common" @@ -15,20 +15,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE} -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -CONFIGURE_ARGS+= --with-fetchcmd=/usr/bin/ftp -.else -CONFIGURE_ARGS+= --with-fetchcmd=${PREFIX}/bin/ftp -.endif - -SUBST_CLASSES+= fetch -SUBST_STAGE.fetch= post-configure -SUBST_FILES.fetch= nessus-update-plugins -SUBST_SED.fetch= -e "s|fetch_args=\"\"|fetch_args=\"-o -\"|g" -SUBST_MESSAGE.fetch= "Fixing fetch parameters." - PLIST_SRC= ${WRKDIR}/PLIST PLIST # auto-generate PLIST of plug-ins |