[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / nessus-plugins

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/nessus-plugins/Attic/Makefile between version 1.34 and 1.35

version 1.34, 2008/01/18 05:09:39 version 1.35, 2008/10/10 11:34:50
Line 2 
Line 2 
   
 .include        "../../security/nessus/Makefile.common"  .include        "../../security/nessus/Makefile.common"
   
 DISTNAME=       nessus-plugins-GPL-${VERS}  DISTNAME=       nessus-plugins-${VERS}
 PKGNAME=        nessus-plugins-${VERS}  
 PKGREVISION=    1  
 # nmap.nasl was removed from the pack,  # nmap.nasl was removed from the pack,
 # http://www.nessus.org/documentation/?doc=nmap-usage  # http://www.nessus.org/documentation/?doc=nmap-usage
 DISTFILES+=     ${DISTNAME}${EXTRACT_SUFX} nmap.nasl  DISTFILES+=     ${DISTNAME}${EXTRACT_SUFX} nmap.nasl
Line 15  COMMENT= Plugins for the Nessus Network 
Line 13  COMMENT= Plugins for the Nessus Network 
   
 DEPENDS+=       nmap>=2.0:../../net/nmap  DEPENDS+=       nmap>=2.0:../../net/nmap
   
 WRKSRC=         ${WRKDIR}/nessus-plugins  WRKSRC=                 ${WRKDIR}/nessus-plugins
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=     cat gzip  USE_TOOLS+=             cat gzip
   
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}
 CONFIGURE_ENV+=         CAT=${TOOLS_CAT:Q} GZIP=${TOOLS_GZIP_CMD:Q} \  CONFIGURE_ENV+=         CAT=${TOOLS_CAT:Q} GZIP=${TOOLS_GZIP_CMD:Q} \
                         ac_cv_path_MAKE=${MAKE:Q}                          ac_cv_path_MAKE=${MAKE:Q}

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>