stop confusing portslogger

This commit is contained in:
matt 2001-05-28 15:55:24 +00:00
parent 6b794864b0
commit fa0e3f47b4
2 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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