diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-24 07:15:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-24 07:15:37 +0000 |
commit | 2cf877f95312e19d708ac24a5370f03236867e67 (patch) | |
tree | 66665608d997cfb0edc948985a3fc518cf9d6fb7 /textproc/p5-Text-Striphigh | |
parent | a893a0d15f9e90e337cd4f71708f9912c76cbf0c (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Striphigh')
-rw-r--r-- | textproc/p5-Text-Striphigh/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Striphigh/pkg-plist | 6 |
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 |