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

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

Diff for /pkgsrc/net/rtorrent/Makefile between version 1.48 and 1.49

version 1.48, 2012/03/06 18:24:15 version 1.49, 2012/03/07 00:19:08
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       rtorrent-0.8.9  DISTNAME=       rtorrent-0.8.9
 PKGREVISION=    3  PKGREVISION=    2
 CATEGORIES=     net  CATEGORIES=     net
 MASTER_SITES=   ${HOMEPAGE:=downloads/}  MASTER_SITES=   ${HOMEPAGE:=downloads/}
   
Line 48  CXXFLAGS+= -fpermissive -fno-strength-re
Line 48  CXXFLAGS+= -fpermissive -fno-strength-re
 CXXFLAGS+=      -march=i486  CXXFLAGS+=      -march=i486
 .endif  .endif
   
 INSTALLATION_DIRS=      man/man1 share/examples/rtorrent  INSTALLATION_DIRS=      share/examples/rtorrent
   
 post-install:  post-install:
         ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \          ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \
                 ${DESTDIR}${PREFIX}/share/examples/rtorrent                  ${DESTDIR}${PREFIX}/share/examples/rtorrent
         ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.1 \  
                 ${DESTDIR}${PREFIX}/man/man1/  
   
 .include "../../devel/ncurses/buildlink3.mk"  .include "../../devel/ncurses/buildlink3.mk"
 .include "../../net/libtorrent/buildlink3.mk"  .include "../../net/libtorrent/buildlink3.mk"

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb <webmaster@jp.NetBSD.org>