Index: head/net/p5-Net-Divert/Makefile =================================================================== --- head/net/p5-Net-Divert/Makefile (revision 124383) +++ head/net/p5-Net-Divert/Makefile (revision 124384) @@ -1,22 +1,23 @@ # New ports collection makefile for: p5-Net-Divert # Date created: January 30, 2003 # Whom: Nicolas Jombart # # $FreeBSD$ PORTNAME= Net-Divert PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz MAINTAINER= ecu@ipv42.net COMMENT= A module to deal with divert(4) sockets PERL_CONFIGURE= yes MAN3= Net::Divert.3 .include Property changes on: head/net/p5-Net-Divert/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/p5-Net-Divert/pkg-plist =================================================================== --- head/net/p5-Net-Divert/pkg-plist (revision 124383) +++ head/net/p5-Net-Divert/pkg-plist (revision 124384) @@ -1,6 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist %%SITE_PERL%%/Net/Divert.pm %%SITE_PERL%%/auto/Net/Divert/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Divert +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true @dirrm %%SITE_PERL%%/auto/Net/Divert @unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true Property changes on: head/net/p5-Net-Divert/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property