aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma5/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-02-09 05:17:29 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-02-09 05:17:29 +0000
commit6f19c3031c23fa937cd52d1ed29fd1e5ec7555c1 (patch)
tree37ae7d2de15cebfc0c437f0165f83c200ea19b71 /devel/oniguruma5/Makefile
parent68c12c93bd94eb7bd8d4bf518fe06bb6d05ee135 (diff)
Notes
Diffstat (limited to 'devel/oniguruma5/Makefile')
-rw-r--r--devel/oniguruma5/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
index 2611fa37e124..95c6eebc6f55 100644
--- a/devel/oniguruma5/Makefile
+++ b/devel/oniguruma5/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= oniguruma
-PORTVERSION= 1.9.5
-PORTREVISION= 1
+PORTVERSION= 2.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20031112
+DISTNAME= onigd20040202
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -19,21 +18,10 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
-MAKEFILE= BSDmakefile
-MAKE_ARGS= NOPROFILE=true
INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 502000
-BROKEN= "Does not compile"
-.endif
-
-pre-build:
- ${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
@@ -44,4 +32,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>