From owner-svn-ports-all@FreeBSD.ORG Tue May 27 15:01:44 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 CBBBF170; Tue, 27 May 2014 15:01:44 +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 B8B8B2372; Tue, 27 May 2014 15:01:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RF1iYG057378; Tue, 27 May 2014 15:01:44 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RF1ifG057376; Tue, 27 May 2014 15:01:44 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405271501.s4RF1ifG057376@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 27 May 2014 15:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355531 - in head/editors/uzap: . 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: Tue, 27 May 2014 15:01:44 -0000 Author: vanilla Date: Tue May 27 15:01:44 2014 New Revision: 355531 URL: http://svnweb.freebsd.org/changeset/ports/355531 QAT: https://qat.redports.org/buildarchive/r355531/ Log: Stageify. Approved by: portmgr@ Modified: head/editors/uzap/Makefile head/editors/uzap/files/patch-a Modified: head/editors/uzap/Makefile ============================================================================== --- head/editors/uzap/Makefile Tue May 27 14:58:58 2014 (r355530) +++ head/editors/uzap/Makefile Tue May 27 15:01:44 2014 (r355531) @@ -15,8 +15,6 @@ COMMENT= Visual binary file editor # http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html NO_CDROM= This software may not be used to make a profit in any way. NO_WRKSUBDIR= yes -MAN1= uzap.1 -PLIST_FILES= bin/uzap +PLIST_FILES= bin/uzap man/man1/uzap.1.gz -NO_STAGE= yes .include Modified: head/editors/uzap/files/patch-a ============================================================================== --- head/editors/uzap/files/patch-a Tue May 27 14:58:58 2014 (r355530) +++ head/editors/uzap/files/patch-a Tue May 27 15:01:44 2014 (r355531) @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Mar 30 10:04:11 1989 -+++ Makefile Sun Oct 19 02:17:28 2003 +--- Makefile.orig 1989-03-31 02:04:11.000000000 +0800 ++++ Makefile 2014-05-27 21:34:34.280623089 +0800 @@ -1,26 +1,28 @@ # Makefile for Uzap. -BINDIR = /usr/local @@ -34,8 +34,8 @@ install: uzap - install -s -m 771 uzap $(BINDIR) - install -c -m 664 uzap.man $(MANDIR)/uzap.$(MSECT) -+ install -s -m 755 -o bin -g bin uzap $(BINDIR) -+ install -c -m 644 -o bin -g bin uzap.man $(MANDIR)/uzap.$(MSECT) ++ install -s -m 755 -o bin -g bin uzap $(DESTDIR)$(BINDIR) ++ install -c -m 644 -o bin -g bin uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT) clean: - rm -f *.o core uzap