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

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

Diff for /pkgsrc/security/libmcrypt/Makefile between version 1.19 and 1.20

version 1.19, 2007/04/30 19:26:23 version 1.20, 2009/02/10 00:08:35
Line 9  MAINTAINER= pkgsrc-users@NetBSD.org
Line 9  MAINTAINER= pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://mcrypt.sourceforge.net/  HOMEPAGE=       http://mcrypt.sourceforge.net/
 COMMENT=        Crypto algorithms library  COMMENT=        Crypto algorithms library
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 USE_LANGUAGES=          c c++  USE_LANGUAGES=          c c++
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   
 pre-install:  INSTALLATION_DIRS=      include/mutils
         mkdir ${PREFIX}/include/mutils  
   
 post-install:  post-install:
         rmdir ${PREFIX}/lib/libmcrypt          rmdir ${DESTDIR}${PREFIX}/lib/libmcrypt
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>