diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-11 21:06:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-11 21:06:01 +0800 |
commit | f8d1f5fc7b1176e17255df28f1bd1835d581bc28 (patch) | |
tree | 2fbd13c10b51ccb70b5bca7a9ca4f9620fbcbb91 | |
parent | 2758800fb097d818802265c04eaaac2268eb822a (diff) | |
download | freebsd-ports-gnome-f8d1f5fc7b1176e17255df28f1bd1835d581bc28.tar.gz freebsd-ports-gnome-f8d1f5fc7b1176e17255df28f1bd1835d581bc28.tar.zst freebsd-ports-gnome-f8d1f5fc7b1176e17255df28f1bd1835d581bc28.zip |
remove NO_STAGE & blankline.
-rw-r--r-- | devel/ocaml-xstr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ocaml-xstr/Makefile b/devel/ocaml-xstr/Makefile index a26ca14bf504..3d1d937032e2 100644 --- a/devel/ocaml-xstr/Makefile +++ b/devel/ocaml-xstr/Makefile @@ -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> |