aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Ident
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-07-24 15:06:21 +0800
committerijliao <ijliao@FreeBSD.org>2004-07-24 15:06:21 +0800
commit64a08023fb5fb414be755b76b1261577ee20c80b (patch)
treecf803f477c247fa273fc05bad4bcd4536ff7bd1d /net/p5-Net-Ident
parent085898a790b88613e25ff3e5a239d3ae0a443b01 (diff)
downloadfreebsd-ports-gnome-64a08023fb5fb414be755b76b1261577ee20c80b.tar.gz
freebsd-ports-gnome-64a08023fb5fb414be755b76b1261577ee20c80b.tar.zst
freebsd-ports-gnome-64a08023fb5fb414be755b76b1261577ee20c80b.zip
fix broken by s/mach/%%PERL_ARCH%%/ in plist
Diffstat (limited to 'net/p5-Net-Ident')
-rw-r--r--net/p5-Net-Ident/Makefile8
-rw-r--r--net/p5-Net-Ident/pkg-plist6
2 files changed, 4 insertions, 10 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index 42199b4d79b4..da6174d0a6ab 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -20,10 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Net::Ident.3
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Broken pkg-plist"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net/p5-Net-Ident/pkg-plist b/net/p5-Net-Ident/pkg-plist
index c197775b6b08..54fede5a8c44 100644
--- a/net/p5-Net-Ident/pkg-plist
+++ b/net/p5-Net-Ident/pkg-plist
@@ -1,5 +1,5 @@
%%SITE_PERL%%/Net/Ident.pm
-%%SITE_PERL%%/mach/auto/Net/Ident/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/Net/Ident
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Net 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true