[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / mono-basic

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

Diff for /pkgsrc/lang/mono-basic/Makefile between version 1.3 and 1.4

version 1.3, 2009/03/04 17:49:04 version 1.4, 2009/03/17 20:56:31
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       mono-basic-2.2  DISTNAME=       mono-basic-2.2
 PKGREVISION=    1  PKGREVISION=    2
 CATEGORIES=     lang  CATEGORIES=     lang
 MASTER_SITES=   http://ftp.novell.com/pub/mono/sources/mono-basic/  MASTER_SITES=   http://ftp.novell.com/pub/mono/sources/mono-basic/
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
Line 22  UNLIMIT_RESOURCES= datasize
Line 22  UNLIMIT_RESOURCES= datasize
 UNLIMIT_RESOURCES+=     stacksize  UNLIMIT_RESOURCES+=     stacksize
 UNLIMIT_RESOURCES+=     memorysize  UNLIMIT_RESOURCES+=     memorysize
   
 post-configure:  SUBST_CLASSES+=                 fix-mandir
         echo "man_dir=${DESTDIR}${PREFIX}/${PKGMANDIR}" >> ${WRKSRC}/build/config.make  SUBST_STAGE.fix-mandir=         post-configure
   SUBST_MESSAGE.fix-mandir=       Fixing man path
   SUBST_FILES.fix-mandir=         build/config.make
   SUBST_SED.fix-mandir=           -e 's,share/man,man,'
   
 .include "../../lang/mono/buildlink3.mk"  .include "../../lang/mono/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>