diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-24 15:15:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-24 15:15:37 +0800 |
commit | 2259bdf9d8e43f0e10e24ba6307cab32ee697fca (patch) | |
tree | d71629a4bb42c92b26610f602a44907b878df527 /textproc | |
parent | 64a08023fb5fb414be755b76b1261577ee20c80b (diff) | |
download | freebsd-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/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 |