diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-08 17:17:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-08 17:17:08 +0000 |
commit | 0deb0787d117e09a3ce057e8a6d0b065e6710745 (patch) | |
tree | 8eefafa7d8f49aa0fdee49704484a3aad3326091 /www/p5-ParallelUA | |
parent | 14987c5f2582a07967f1e5aa9d1422b2b3156cfe (diff) | |
download | ports-0deb0787d117e09a3ce057e8a6d0b065e6710745.tar.gz ports-0deb0787d117e09a3ce057e8a6d0b065e6710745.zip |
extract cookies for redirections
Notes
Notes:
svn path=/head/; revision=13749
Diffstat (limited to 'www/p5-ParallelUA')
-rw-r--r-- | www/p5-ParallelUA/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index 6178f69bbb96..737f1d6e388b 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -4,7 +4,7 @@ # Date created: Sep 8 1998 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1998/09/08 17:25:20 ache Exp $ +# $Id: Makefile,v 1.2 1998/09/15 21:31:57 asami Exp $ # DISTNAME= ParallelUserAgent-2.36 @@ -29,6 +29,9 @@ MAN3= LWP::Parallel.3 \ LWP::ParallelUA.3 \ LWP::RobotPUA.3 +post-patch: + @ cd ${WRKSRC}/lib/LWP/Parallel; ${RM} *.orig + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL |