diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-12 10:42:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-12 10:42:36 +0000 |
commit | a5a6facd4193785688b220238d436a407703be3a (patch) | |
tree | c33d4dc2253418494407e9c4094c59181b6cbfaf /devel/oniguruma5/Makefile | |
parent | 99bc2241aec76cb5ab1ac035a856449836ff30d3 (diff) |
Notes
Diffstat (limited to 'devel/oniguruma5/Makefile')
-rw-r--r-- | devel/oniguruma5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 24751eeeffeb..05c04e08d124 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -6,11 +6,11 @@ # PORTNAME= oniguruma -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= contrib -DISTNAME= onigd20030207 +DISTNAME= onigd20030212 DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -21,7 +21,7 @@ MAKEFILE= BSDmakefile MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes -DOCS= README doc/* +DOCS= HISTORY README doc/* pre-build: ${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/ |