1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

remove NO_STAGE & blankline.

This commit is contained in:
Vanilla I. Shu 2014-07-11 13:06:01 +00:00
parent dd44e73205
commit 0f3faca757
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361530

View File

@ -13,7 +13,6 @@ COMMENT= Thread-safe implementation of string searching/matching
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_OCAML= yes
@ -23,5 +22,4 @@ USE_OCAMLFIND_PLIST=yes
USES= gmake
ALL_TARGET= all opt
NO_STAGE= yes
.include <bsd.port.mk>