stop confusing portslogger
This commit is contained in:
parent
6b794864b0
commit
fa0e3f47b4
@ -7,13 +7,13 @@
|
||||
|
||||
all:
|
||||
@for dir in @@NESSUS_DIRS@@ ; do \
|
||||
echo "===> Building $$dir" ; \
|
||||
echo ">> Building $$dir" ; \
|
||||
(cd $$dir ; make $@) ; \
|
||||
done
|
||||
|
||||
install:
|
||||
@for dir in @@NESSUS_DIRS@@ ; do \
|
||||
echo "===> Installing $$dir" ; \
|
||||
echo ">> Installing $$dir" ; \
|
||||
(cd $$dir ; \
|
||||
make prefix=${PREFIX} \
|
||||
localstatedir=${WRKINST}/var/nessus \
|
||||
|
2
security/nessus/files/configure
vendored
2
security/nessus/files/configure
vendored
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
for dir in @@NESSUS_DIRS@@ ; do
|
||||
echo "===> Configuring $dir"
|
||||
echo ">> Configuring $dir"
|
||||
(cd $dir; PATH=@@WRKSRC@@:$PATH NESSUSCONFIG=@@WRKSRC@@nessus-config NASLCONFIG=@@WRKSRC@@nasl-config ./configure $*)
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user