diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/docproj | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) | |
download | freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.gz freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.zst freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: chinese)
Diffstat (limited to 'chinese/docproj')
-rw-r--r-- | chinese/docproj/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chinese/docproj/Makefile b/chinese/docproj/Makefile index d729cb13c3d0..e734fcd55515 100644 --- a/chinese/docproj/Makefile +++ b/chinese/docproj/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: zh-docproj -# Date created: 26 Feb 2006 -# Whom: Xin LI <delphij@FreeBSD.org> -# +# Created by: Xin LI <delphij@FreeBSD.org> # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= docproj PORTVERSION= 0.1.20060303 @@ -28,6 +22,7 @@ WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +NO_STAGE= yes do-fetch: @${DO_NADA} |