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

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

Diff for /pkgsrc/editors/emacs/Makefile between version 1.106.4.3 and 1.107

version 1.106.4.3, 2008/06/05 11:49:47 version 1.107, 2008/04/25 16:35:32
Line 4  PKGNAME?= ${DISTNAME}
Line 4  PKGNAME?= ${DISTNAME}
 COMMENT?=       GNU editing macros (editor)  COMMENT?=       GNU editing macros (editor)
   
 DISTNAME=       emacs-22.1  DISTNAME=       emacs-22.1
 PKGREVISION=    5  PKGREVISION=    2
 CATEGORIES=     editors  CATEGORIES=     editors
 MASTER_SITES=   ${MASTER_SITE_GNU:=emacs/}  MASTER_SITES=   ${MASTER_SITE_GNU:=emacs/}
   
Line 18  CONFLICTS+= mule-[0-9]*
Line 18  CONFLICTS+= mule-[0-9]*
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
   
 USE_TOOLS+=             gmake gzip mktemp:run perl:run pkg-config  USE_TOOLS+=             gmake gzip perl:run pkg-config
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 INFO_FILES=             # PLIST  INFO_FILES=             # PLIST
   
Line 60  post-extract:
Line 60  post-extract:
         cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp          cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
         cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s          cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
   
 # for patch-ac  
 post-build:  
         (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} files.elc)  
         (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} obsolete/fast-lock.elc)  
         touch ${WRKSRC}/etc/DOC  
         touch ${WRKSRC}/src/emacs  
   
 .include "../../mk/oss.buildlink3.mk"  .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"  .include "../../mk/termcap.buildlink3.mk"
   

Legend:
Removed from v.1.106.4.3  
changed lines
  Added in v.1.107

CVSweb <webmaster@jp.NetBSD.org>