From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 22:08:03 2014 Return-Path: Delivered-To: svn-ports-head@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 A70B1C5D; Fri, 21 Feb 2014 22:08:03 +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 9060C1250; Fri, 21 Feb 2014 22:08:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LM83Oh085186; Fri, 21 Feb 2014 22:08:03 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LM83QQ085183; Fri, 21 Feb 2014 22:08:03 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402212208.s1LM83QQ085183@svn.freebsd.org> From: Pawel Pekala Date: Fri, 21 Feb 2014 22:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345554 - in head/japanese: lookup lookup-emacs21 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 22:08:03 -0000 Author: pawel Date: Fri Feb 21 22:08:02 2014 New Revision: 345554 URL: http://svnweb.freebsd.org/changeset/ports/345554 QAT: https://qat.redports.org/buildarchive/r345554/ Log: Add staging support PR: ports/182395 Submitted by: maintainer Modified: head/japanese/lookup-emacs21/Makefile head/japanese/lookup/Makefile Modified: head/japanese/lookup-emacs21/Makefile ============================================================================== --- head/japanese/lookup-emacs21/Makefile Fri Feb 21 21:59:53 2014 (r345553) +++ head/japanese/lookup-emacs21/Makefile Fri Feb 21 22:08:02 2014 (r345554) @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../lookup USE_EMACS= yes EMACS_PORT_NAME= emacs21 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/lookup/Makefile ============================================================================== --- head/japanese/lookup/Makefile Fri Feb 21 21:59:53 2014 (r345553) +++ head/japanese/lookup/Makefile Fri Feb 21 22:08:02 2014 (r345554) @@ -17,17 +17,14 @@ USE_EMACS= yes INFO?= lookup lookup-guide -NO_STAGE= yes .include .if (${EMACS_PORT_NAME} == "xemacs21-mule") EMACSDIR= ${PREFIX}/lib/xemacs/site-packages ELISPDIR= ${EMACSDIR}/lisp/lookup -PORTINFODIR= ${EMACSDIR}/info MANIFEST= MANIFEST.lookup .else ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup -PORTINFODIR= ${PREFIX}/info PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR} .endif HAS_CONFIGURE= yes