diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/p5-POE-Component-Client-FTP | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
Notes
Notes:
svn path=/head/; revision=327729
Diffstat (limited to 'ftp/p5-POE-Component-Client-FTP')
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile index c76a2a83bc05..fa2732d08d6e 100644 --- a/ftp/p5-POE-Component-Client-FTP/Makefile +++ b/ftp/p5-POE-Component-Client-FTP/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes MAN3= POE::Component::Client::FTP.3 +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" |