[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / pure-ftpd

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

Diff for /pkgsrc/net/pure-ftpd/Makefile between version 1.12 and 1.13

version 1.12, 2005/04/11 21:46:58 version 1.13, 2005/11/03 16:59:47
Line 20  USE_PKGINSTALL=  yes
Line 20  USE_PKGINSTALL=  yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   
 CONFIGURE_ARGS+=        --with-everything       \  CONFIGURE_ARGS+=        --with-everything       \
                         --with-privsep          \  
                         --sysconfdir=${PKG_SYSCONFDIR}                          --sysconfdir=${PKG_SYSCONFDIR}
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
   .if ${OPSYS} != "Interix"
   CONFIGURE_ARGS+=        --with-privsep
   .endif
   
 .include "options.mk"  .include "options.mk"
   
 RCD_SCRIPTS=    pure_ftpd  RCD_SCRIPTS=    pure_ftpd

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>