aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oniguruma4/Makefile')
-rw-r--r--devel/oniguruma4/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile
index 1b6f51e17571..4a673e5d86e6 100644
--- a/devel/oniguruma4/Makefile
+++ b/devel/oniguruma4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oniguruma
PORTVERSION= 4.7.1
+PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
DISTNAME= onig-${PORTVERSION}
@@ -11,10 +12,15 @@ DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
NO_LATEST_LINK= yes
+USES= libtool
CONFLICTS= oniguruma-2.*
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
DOCS= HISTORY README doc/*
PKGNAMESUFFIX= 4
@@ -22,12 +28,12 @@ PKGNAMESUFFIX= 4
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
- ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
-e 's|freebsd1|freebsd1.|' \
${WRKSRC}/configure
post-configure:
- ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
+ @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
${FILESDIR}/onig-config > ${WRKSRC}/onig-config
post-install: