From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 22:24:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13D76AD; Mon, 9 Jun 2014 22:24:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 016EC28F4; Mon, 9 Jun 2014 22:24:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59MORer070887; Mon, 9 Jun 2014 22:24:27 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59MORlN070886; Mon, 9 Jun 2014 22:24:27 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201406092224.s59MORlN070886@svn.freebsd.org> From: Mikhail Teterin Date: Mon, 9 Jun 2014 22:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357212 - head/ukrainian/gd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 22:24:28 -0000 Author: mi Date: Mon Jun 9 22:24:27 2014 New Revision: 357212 URL: http://svnweb.freebsd.org/changeset/ports/357212 QAT: https://qat.redports.org/buildarchive/r357212/ Log: Remove the NO_STAGE. This port is as stage-ready as graphics/gd. Modified: head/ukrainian/gd/Makefile Modified: head/ukrainian/gd/Makefile ============================================================================== --- head/ukrainian/gd/Makefile Mon Jun 9 22:07:15 2014 (r357211) +++ head/ukrainian/gd/Makefile Mon Jun 9 22:24:27 2014 (r357212) @@ -1,7 +1,7 @@ # Created by: mike@LITech.lviv.ua # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../../graphics/gd +MASTERDIR= ${.CURDIR:H:H}/graphics/gd CATEGORIES= ukrainian MAINTAINER= mi@aldan.algebra.com @@ -11,5 +11,4 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDI GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf -NO_STAGE= yes .include "${MASTERDIR}/Makefile"