diff options
Diffstat (limited to 'devel/ocaml-camomile-examples/Makefile')
-rw-r--r-- | devel/ocaml-camomile-examples/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ocaml-camomile-examples/Makefile b/devel/ocaml-camomile-examples/Makefile index e66c7ecd96a8..31f8e00e4770 100644 --- a/devel/ocaml-camomile-examples/Makefile +++ b/devel/ocaml-camomile-examples/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: ocaml-camomile-examples -# Date created: 2006-07-27 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= camomile PORTVERSION= 0.4.1 @@ -22,6 +17,7 @@ NO_BUILD= yes USE_BZIP2= yes EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${EXAMPLESDIR} @${TAR} -cf- -C ${WRKSRC} . | \ |