diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-05-09 15:20:37 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-05-09 15:20:37 +0800 |
commit | 5ac10a5ef92ccae2489b0977df5113443333ce26 (patch) | |
tree | a16a5c7e65b20002e3f78a9591fda8d81de3117d /www/p5-ParallelUA | |
parent | 5d94b6d1f6bb561b3e109ac3dd4ad45083757b7b (diff) | |
download | freebsd-ports-gnome-5ac10a5ef92ccae2489b0977df5113443333ce26.tar.gz freebsd-ports-gnome-5ac10a5ef92ccae2489b0977df5113443333ce26.tar.zst freebsd-ports-gnome-5ac10a5ef92ccae2489b0977df5113443333ce26.zip |
Add BUILD_DEPENDS to p5-URI in order to build on clean environment.
Use @unexec instead of @dirrm to remove directory which is shared with
other port.
Diffstat (limited to 'www/p5-ParallelUA')
-rw-r--r-- | www/p5-ParallelUA/Makefile | 5 | ||||
-rw-r--r-- | www/p5-ParallelUA/pkg-plist | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index cddcf738eab4..b93db2594a18 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.4 1998/11/20 20:25:35 ache Exp $ +# $Id: Makefile,v 1.5 1998/11/25 10:49:24 ache Exp $ # DISTNAME= ParallelUserAgent-2.39 @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= LWP MAINTAINER= ache@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI USE_PERL5= YES diff --git a/www/p5-ParallelUA/pkg-plist b/www/p5-ParallelUA/pkg-plist index 5c869f136c7a..ebc2234e9c1e 100644 --- a/www/p5-ParallelUA/pkg-plist +++ b/www/p5-ParallelUA/pkg-plist @@ -10,7 +10,7 @@ lib/perl5/site_perl/%%PERL_VER%%/LWP/RobotPUA.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LWP/Parallel/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/Protocol @dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel -@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LWP/Parallel @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LWP |