[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.23 and 1.24

version 1.23, 2005/08/30 20:46:23 version 1.24, 2005/12/05 20:50:57
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 .include        "../nessus/Makefile.common"  .include        "../../security/nessus/Makefile.common"
   
 DISTNAME=       nessus-plugins-GPL-${VERS}  DISTNAME=       nessus-plugins-GPL-${VERS}
 PKGREVISION=    2  PKGREVISION=    2
Line 15  GNU_CONFIGURE=  yes
Line 15  GNU_CONFIGURE=  yes
 USE_TOOLS+=     cat gzip  USE_TOOLS+=     cat gzip
   
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE}
 CONFIGURE_ENV+=         CAT="${TOOLS_CAT}" GZIP=${TOOLS_GZIP_CMD:Q}  CONFIGURE_ENV+=         CAT=${TOOLS_CAT:Q} GZIP=${TOOLS_GZIP_CMD:Q}
   
 PLIST_SRC=      ${WRKDIR}/PLIST PLIST  PLIST_SRC=      ${WRKDIR}/PLIST PLIST
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>