From owner-svn-ports-all@FreeBSD.ORG Sun May 25 05:20:56 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 ECEE3D2E; Sun, 25 May 2014 05:20:56 +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 DA0652E1F; Sun, 25 May 2014 05:20:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4P5Ku0v030860; Sun, 25 May 2014 05:20:56 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4P5Kupx030855; Sun, 25 May 2014 05:20:56 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405250520.s4P5Kupx030855@svn.freebsd.org> From: Martin Wilke Date: Sun, 25 May 2014 05:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355118 - in head/editors/uemacs: . files 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: Sun, 25 May 2014 05:20:57 -0000 Author: miwi Date: Sun May 25 05:20:56 2014 New Revision: 355118 URL: http://svnweb.freebsd.org/changeset/ports/355118 QAT: https://qat.redports.org/buildarchive/r355118/ Log: - Stage support PR: 189689 Submitted by: Joseph Benden Approved by: maintainer Modified: head/editors/uemacs/Makefile head/editors/uemacs/files/patch-aa Modified: head/editors/uemacs/Makefile ============================================================================== --- head/editors/uemacs/Makefile Sun May 25 05:19:45 2014 (r355117) +++ head/editors/uemacs/Makefile Sun May 25 05:20:56 2014 (r355118) @@ -12,7 +12,6 @@ COMMENT= Full screen editor NO_CDROM= Resale allowed for media cost only -NO_STAGE= yes NO_WRKSUBDIR= yes USES= zip:infozip EXTRACT_BEFORE_ARGS= -Laq Modified: head/editors/uemacs/files/patch-aa ============================================================================== --- head/editors/uemacs/files/patch-aa Sun May 25 05:19:45 2014 (r355117) +++ head/editors/uemacs/files/patch-aa Sun May 25 05:20:56 2014 (r355118) @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 25 14:28:24 1998 -+++ Makefile Wed Mar 25 14:41:41 1998 +--- Makefile.orig 2014-05-11 17:18:47.000000000 -0700 ++++ Makefile 2014-05-11 17:20:45.000000000 -0700 @@ -0,0 +1,12 @@ +# +# simple makefile for uemacs @@ -9,7 +9,7 @@ + (cd freebsd; make emacs) + +install: all -+ ${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs -+ mkdir -p ${PREFIX}/share/uemacs -+ ${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs -+ mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc ++ ${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs ++ mkdir -p ${DESTDIR}${PREFIX}/share/uemacs ++ ${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs ++ mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc