diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
commit | aa48c982406bf3ae2fc7616f0d5dfd0654627380 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /net | |
parent | 6e82078eeffa2d3575e27ed632f26e8ec04106e6 (diff) | |
download | pkgsrc-aa48c982406bf3ae2fc7616f0d5dfd0654627380.tar.gz |
DESTDIR support.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/p5-INET6/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Socket6/Makefile | 3 | ||||
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 9 |
7 files changed, 21 insertions, 9 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 96acaa7ba19..7dee4ca3885 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/17 12:28:12 tron Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:31:09 joerg Exp $ DISTNAME= libtorrent-0.10.3 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile index 6aba73dac8e..a26376d17de 100644 --- a/net/p5-INET6/Makefile +++ b/net/p5-INET6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/05 17:31:09 joerg Exp $ # DISTNAME= INET6-2.01 @@ -11,6 +11,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~mondejar/INET6/ COMMENT= Object interface for AF_INET|AF_INET6 domain sockets +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6 PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index e13128ed597..0fa24e3a3e9 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/09/03 16:55:15 heinz Exp $ +# $NetBSD: Makefile,v 1.33 2006/11/05 17:31:10 joerg Exp $ DISTNAME= Net-DNS-0.58 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= http://www.net-dns.org/ COMMENT= Perl5 module for DNS resolution PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a5880e35b7a..6d32bcd89cd 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/10/17 22:18:02 heinz Exp $ +# $NetBSD: Makefile,v 1.41 2006/11/05 17:31:10 joerg Exp $ DISTNAME= libnet-1.19 PKGNAME= p5-Net-1.19 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/libnet/ COMMENT= Perl5 modules to access and use network protocols PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/.packlist diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index a112693a0ec..276e041d8e4 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/11/05 17:31:10 joerg Exp $ # DISTNAME= Socket6-0.19 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/~umemoto/${DISTNAME}/ COMMENT= Perl5 module to support getaddrinfo() and getnameinfo() PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Socket6/.packlist diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 717e3bbb37d..e191aff7265 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/04/28 16:08:37 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2006/11/05 17:31:10 joerg Exp $ DISTNAME= rsync-2.6.8 CATEGORIES= net @@ -15,6 +15,8 @@ HOMEPAGE= http://rsync.samba.org/ COMMENT= Network file distribution/synchronisation utility PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 share/doc/rsync GNU_CONFIGURE= YES diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index bb8f9fbbe6c..298b58cb20f 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/10/17 12:28:13 tron Exp $ +# $NetBSD: Makefile,v 1.15 2006/11/05 17:31:10 joerg Exp $ DISTNAME= rtorrent-0.6.3 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= Ncurses based torrent client with support for sessions +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_NCURSES= yes @@ -29,10 +31,11 @@ CXXFLAGS+= -fpermissive -fno-strength-reduce -fno-thread-jumps \ -fno-inline -fforce-addr .endif +INSTALLATION_DIRS= share/examples/rtorrent + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \ - ${PREFIX}/share/examples/rtorrent + ${DESTDIR}${PREFIX}/share/examples/rtorrent .include "../../devel/ncurses/buildlink3.mk" .include "../../net/libtorrent/buildlink3.mk" |