aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-07-24 15:15:37 +0800
committerijliao <ijliao@FreeBSD.org>2004-07-24 15:15:37 +0800
commit2259bdf9d8e43f0e10e24ba6307cab32ee697fca (patch)
treed71629a4bb42c92b26610f602a44907b878df527 /textproc
parent64a08023fb5fb414be755b76b1261577ee20c80b (diff)
downloadfreebsd-ports-gnome-2259bdf9d8e43f0e10e24ba6307cab32ee697fca.tar.gz
freebsd-ports-gnome-2259bdf9d8e43f0e10e24ba6307cab32ee697fca.tar.zst
freebsd-ports-gnome-2259bdf9d8e43f0e10e24ba6307cab32ee697fca.zip
fix broken by s/mach/%%PERL_ARCH%%/ in plist
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Striphigh/Makefile8
-rw-r--r--textproc/p5-Text-Striphigh/pkg-plist6
2 files changed, 4 insertions, 10 deletions
diff --git a/textproc/p5-Text-Striphigh/Makefile b/textproc/p5-Text-Striphigh/Makefile
index 9f43f6b6c1e6..54fcb14dfbeb 100644
--- a/textproc/p5-Text-Striphigh/Makefile
+++ b/textproc/p5-Text-Striphigh/Makefile
@@ -20,10 +20,4 @@ WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
MAN3= Text::Striphigh.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/textproc/p5-Text-Striphigh/pkg-plist b/textproc/p5-Text-Striphigh/pkg-plist
index 05e7d2c8e718..32bc1c7d0345 100644
--- a/textproc/p5-Text-Striphigh/pkg-plist
+++ b/textproc/p5-Text-Striphigh/pkg-plist
@@ -1,5 +1,5 @@
%%SITE_PERL%%/Text/Striphigh.pm
-%%SITE_PERL%%/mach/auto/Text/Striphigh/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/Text/Striphigh
-@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Text 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true