From owner-svn-ports-all@FreeBSD.ORG Wed Feb 19 09:12:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14A01DF5; Wed, 19 Feb 2014 09:12:04 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00F201D1D; Wed, 19 Feb 2014 09:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J9C3Oc043055; Wed, 19 Feb 2014 09:12:03 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J9C3sP043054; Wed, 19 Feb 2014 09:12:03 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402190912.s1J9C3sP043054@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 19 Feb 2014 09:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345040 - head/devel/jech-dht 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.17 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: Wed, 19 Feb 2014 09:12:04 -0000 Author: ehaupt Date: Wed Feb 19 09:12:03 2014 New Revision: 345040 URL: http://svnweb.freebsd.org/changeset/ports/345040 QAT: https://qat.redports.org/buildarchive/r345040/ Log: Support staging Modified: head/devel/jech-dht/Makefile Modified: head/devel/jech-dht/Makefile ============================================================================== --- head/devel/jech-dht/Makefile Wed Feb 19 09:10:49 2014 (r345039) +++ head/devel/jech-dht/Makefile Wed Feb 19 09:12:03 2014 (r345040) @@ -14,8 +14,7 @@ LICENSE= MIT MAKEFILE= ${FILESDIR}/BSDmakefile USE_LDCONFIG= yes -NO_STAGE= yes pre-su-install: - ${MKDIR} ${PREFIX}/include/dht + ${MKDIR} ${STAGEDIR}${PREFIX}/include/dht .include