diff options
-rw-r--r-- | net/ctorrent/Makefile | 4 | ||||
-rw-r--r-- | net/wget/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 6a2d825656c..22acd8a8f82 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/net/wget/Makefile b/net/wget/Makefile index 2c365d6cdc5..5cdcd1f85a4 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 |