mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- fix onig-config --version
Reported by: David Chisnall
This commit is contained in:
parent
f1477e2679
commit
4b6e89f889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229005
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= oniguruma
|
||||
PORTVERSION= 5.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel textproc
|
||||
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
|
||||
DISTNAME= onig-${PORTVERSION}
|
||||
|
@ -36,7 +36,7 @@ while test $# -gt 0; do
|
||||
echo $exec_prefix
|
||||
;;
|
||||
--version)
|
||||
echo 1.2.9
|
||||
echo 5.2.9
|
||||
;;
|
||||
--cflags)
|
||||
echo -I${prefix}/include
|
||||
|
Loading…
Reference in New Issue
Block a user