aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-09-27 11:52:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-09-27 11:52:06 +0000
commit000bfb8649fe2c3191b683087ca0b33d082bc4d4 (patch)
treec971af17a129970354564911b89327035c84a92d /devel/oniguruma/Makefile
parent498c826695a8bbbb93ea4dd3ac5a12bc63189880 (diff)
downloadports-000bfb8649fe2c3191b683087ca0b33d082bc4d4.tar.gz
ports-000bfb8649fe2c3191b683087ca0b33d082bc4d4.zip
- take maintainership
- update to 2.5.7 - add onig-config
Notes
Notes: svn path=/head/; revision=173968
Diffstat (limited to 'devel/oniguruma/Makefile')
-rw-r--r--devel/oniguruma/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 5562eea4aff5..b53a733f74ec 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= oniguruma
-PORTVERSION= 2.5.6
+PORTVERSION= 2.5.7
CATEGORIES= devel
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
DISTNAME= onigd${PORTVERSION:S/./_/g}
DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -23,7 +23,12 @@ GNU_CONFIGURE= yes
DOCS= HISTORY README doc/*
+post-configure:
+ ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
+ ${FILESDIR}/onig-config > ${WRKSRC}/onig-config
+
post-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/