diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /net/p5-Net-FTPSSL | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/p5-Net-FTPSSL')
-rw-r--r-- | net/p5-Net-FTPSSL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-FTPSSL/Makefile b/net/p5-Net-FTPSSL/Makefile index a1d05b27162..df7e5f15556 100644 --- a/net/p5-Net-FTPSSL/Makefile +++ b/net/p5-Net-FTPSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 17:14:33 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-FTPSSL-0.04 @@ -13,6 +13,7 @@ COMMENT= Perl FTP over SSL/TLS class DEPENDS+= p5-IO-Socket-SSL>=0.96:../../security/p5-IO-Socket-SSL PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Net/FTPSSL/.packlist |