pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net Supports DESTDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd4783f26aaf
branches: trunk
changeset: 538120:bd4783f26aaf
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jan 29 11:28:45 2008 +0000
description:
Supports DESTDIR.
diffstat:
net/ctorrent/Makefile | 4 +++-
net/wget/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r bebff38e8156 -r bd4783f26aaf net/ctorrent/Makefile
--- a/net/ctorrent/Makefile Tue Jan 29 08:14:44 2008 +0000
+++ b/net/ctorrent/Makefile Tue Jan 29 11:28:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/01/18 05:08:41 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2008/01/29 11:31:58 joerg Exp $
DISTNAME= ctorrent-1.3.4
PKGREVISION= 2
@@ -10,6 +10,8 @@
HOMEPAGE= http://ctorrent.sourceforge.net/
COMMENT= Bittorrent client for the console
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff -r bebff38e8156 -r bd4783f26aaf net/wget/Makefile
--- a/net/wget/Makefile Tue Jan 29 08:14:44 2008 +0000
+++ b/net/wget/Makefile Tue Jan 29 11:28:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2008/01/18 05:08:51 tnn Exp $
+# $NetBSD: Makefile,v 1.95 2008/01/29 11:28:45 joerg Exp $
DISTNAME= wget-1.10.2
PKGREVISION= 2
@@ -9,6 +9,8 @@
HOMEPAGE= http://www.gnu.org/software/wget/wget.html
COMMENT= Retrieve files from the 'net via HTTP and FTP
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= perl
GNU_CONFIGURE= YES
Home |
Main Index |
Thread Index |
Old Index