diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:46:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:46:16 +0800 |
commit | 4c3190a140c781b4f275a869f680250a29c081f0 (patch) | |
tree | e9cb977a6b44a398a09cbaf1febfeefacc28a264 /russian/xcode | |
parent | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (diff) | |
download | freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.tar.gz freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.tar.zst freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: russian)
Diffstat (limited to 'russian/xcode')
-rw-r--r-- | russian/xcode/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile index 6fc7f4fb83fe..eea1512ce253 100644 --- a/russian/xcode/Makefile +++ b/russian/xcode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcode -# Date created: 13 January 2000 -# Whom: Michael Vasilenko <acid@stu.cn.ua> -# +# Created by: Michael Vasilenko <acid@stu.cn.ua> # $FreeBSD$ -# PORTNAME= xcode PORTVERSION= 4.1 @@ -22,6 +18,7 @@ MAKEFILE= makefile ALL_TARGET= xcode CFLAGS+= -DD_KOI +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin |