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/Makefile | |
parent | a893a0d15f9e90e337cd4f71708f9912c76cbf0c (diff) | |
download | ports-2cf877f95312e19d708ac24a5370f03236867e67.tar.gz ports-2cf877f95312e19d708ac24a5370f03236867e67.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Striphigh/Makefile')
-rw-r--r-- | textproc/p5-Text-Striphigh/Makefile | 8 |
1 files changed, 1 insertions, 7 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> |