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

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

Diff for /pkgsrc/chat/xchat/Attic/Makefile between version 1.89 and 1.90

version 1.89, 2013/10/10 14:42:02 version 1.90, 2013/11/27 17:09:57
Line 3 
Line 3 
 .include "Makefile.common"  .include "Makefile.common"
   
 PKGNAME=        ${DISTNAME}  PKGNAME=        ${DISTNAME}
 PKGREVISION=    19  PKGREVISION=    20
 OWNER=          tron@NetBSD.org  OWNER=          tron@NetBSD.org
 COMMENT=        X11 (X Window System) IRC client, using the GTK2 toolkit  COMMENT=        X11 (X Window System) IRC client, using the GTK2 toolkit
   
Line 37  CONFIGURE_ARGS+= --disable-xlib
Line 37  CONFIGURE_ARGS+= --disable-xlib
 .endif  .endif
 .endif  .endif
   
 INSTALLATION_DIRS+=     share/doc/xchat lib/xchat/plugins  INSTALLATION_DIRS+=     share/doc/xchat lib/xchat/plugins include/xchat
   
 post-install:  post-install:
         ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xchat/          ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xchat/
         ${INSTALL_DATA} ${WRKSRC}/faq.html ${DESTDIR}${PREFIX}/share/doc/xchat/          ${INSTALL_DATA} ${WRKSRC}/faq.html ${DESTDIR}${PREFIX}/share/doc/xchat/
         ${INSTALL_DATA} ${WRKSRC}/plugins/plugin20.html \          ${INSTALL_DATA} ${WRKSRC}/plugins/plugin20.html \
                 ${DESTDIR}${PREFIX}/share/doc/xchat/                  ${DESTDIR}${PREFIX}/share/doc/xchat/
           ${INSTALL_DATA} ${WRKSRC}/plugins/xchat-plugin.h \
                   ${DESTDIR}${PREFIX}/include/xchat/
   
 .if !empty(PKG_OPTIONS:Mgnome)  .if !empty(PKG_OPTIONS:Mgnome)
   

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

CVSweb <webmaster@jp.NetBSD.org>