diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-10 23:48:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-10 23:48:23 +0800 |
commit | ce9fc47040d5094587a3dd9d27e1f64a588c2706 (patch) | |
tree | bce7e38f431a30087707bd5ca2991aa643c834e2 | |
parent | d69f39b31ca9dd15d6ae3483e83f62e1f16aea3b (diff) | |
download | freebsd-ports-gnome-ce9fc47040d5094587a3dd9d27e1f64a588c2706.tar.gz freebsd-ports-gnome-ce9fc47040d5094587a3dd9d27e1f64a588c2706.tar.zst freebsd-ports-gnome-ce9fc47040d5094587a3dd9d27e1f64a588c2706.zip |
remove NO_STAGE.
-rw-r--r-- | devel/ocaml-deriving-ocsigen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile index 94e6b0914f56..c444e11c4549 100644 --- a/devel/ocaml-deriving-ocsigen/Makefile +++ b/devel/ocaml-deriving-ocsigen/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel www MASTER_SITES= http://ocsigen.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Function derivation library USE_OCAML= yes @@ -17,5 +17,4 @@ USE_OCAML_LDCONFIG= yes USES= gmake -NO_STAGE= yes .include <bsd.port.mk> |