From d095d4a96566a3ab095ab2e30430ce93a154f1a7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 19:44:02 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- editors/xcoral/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'editors/xcoral') diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 6969b1840e7f..5057783453bf 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -20,19 +20,11 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share PLIST_SUB= VERSION="${PORTVERSION}" -.include - -.if ${OSVERSION} > 502010 -GNU_REGEX_H= gnu/regex.h -.else -GNU_REGEX_H= gnuregex.h -.endif - post-patch: @${REINPLACE_CMD} -e 's| regex\.c | |g ; \ s| -g | |g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ - 's|"regex\.h"|<${GNU_REGEX_H}>|g' ${WRKSRC}/bm_search.c + 's|"regex\.h"||g' ${WRKSRC}/bm_search.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin @@ -43,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/Doc/* ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3