diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
commit | 1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9 (patch) | |
tree | 5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/cocot | |
parent | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (diff) | |
download | freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.gz freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.zst freebsd-ports-gnome-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
Diffstat (limited to 'converters/cocot')
-rw-r--r-- | converters/cocot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index f06b33c47368..cfa4376a5949 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cocot -# Date created: 24 July 2007 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= cocot PORTVERSION= 20120313 @@ -27,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS_EN= COPYING ChangeLog DOCS_JA= ChangeLog.ja README.ja +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |