[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / dovecot

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

Diff for /pkgsrc/mail/dovecot/Attic/Makefile between version 1.53 and 1.55

version 1.53, 2006/06/13 16:51:40 version 1.55, 2006/06/19 08:28:05
Line 2 
Line 2 
   
 DISTNAME=               dovecot-1.0.beta9  DISTNAME=               dovecot-1.0.beta9
 PKGNAME=                ${DISTNAME:S/.beta/beta/}  PKGNAME=                ${DISTNAME:S/.beta/beta/}
   PKGREVISION=            2
 CATEGORIES=             mail  CATEGORIES=             mail
 MASTER_SITES=           http://www.dovecot.org/releases/  MASTER_SITES=           http://www.dovecot.org/releases/
   
Line 18  CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
Line 19  CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=        --with-ssldir=${SSLCERTS:Q}  CONFIGURE_ARGS+=        --with-ssldir=${SSLCERTS:Q}
   
 # ./configure checks for c++ and fortran compilers although  
 # dovecot doesn't actually use them, this should be fixed.  
 USE_LANGUAGES+=         c c++ fortran  
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
 .include "options.mk"  .include "options.mk"
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>