From owner-svn-ports-all@FreeBSD.ORG Sun Jun 29 15:21:21 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 6CCDA956; Sun, 29 Jun 2014 15:21:21 +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 40159218C; Sun, 29 Jun 2014 15:21:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TFLLjw079557; Sun, 29 Jun 2014 15:21:21 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TFLKON079552; Sun, 29 Jun 2014 15:21:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406291521.s5TFLKON079552@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 29 Jun 2014 15:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359773 - in head/sysutils/tai64nfrac: . 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, 29 Jun 2014 15:21:21 -0000 Author: vanilla Date: Sun Jun 29 15:21:20 2014 New Revision: 359773 URL: http://svnweb.freebsd.org/changeset/ports/359773 QAT: https://qat.redports.org/buildarchive/r359773/ Log: Stagify. Approved by: portmgr@ (blanket approval) Modified: head/sysutils/tai64nfrac/Makefile head/sysutils/tai64nfrac/files/patch-makefile Modified: head/sysutils/tai64nfrac/Makefile ============================================================================== --- head/sysutils/tai64nfrac/Makefile Sun Jun 29 15:12:08 2014 (r359772) +++ head/sysutils/tai64nfrac/Makefile Sun Jun 29 15:21:20 2014 (r359773) @@ -9,8 +9,6 @@ MASTER_SITES= http://archives.eyrie.org/ MAINTAINER= paulo@nlink.com.br COMMENT= Convert tai64n format invented by Dan Bernstein -MAN1= tai64nfrac.1 -PLIST_FILES= bin/tai64nfrac +PLIST_FILES= bin/tai64nfrac man/man1/tai64nfrac.1.gz -NO_STAGE= yes .include Modified: head/sysutils/tai64nfrac/files/patch-makefile ============================================================================== --- head/sysutils/tai64nfrac/files/patch-makefile Sun Jun 29 15:12:08 2014 (r359772) +++ head/sysutils/tai64nfrac/files/patch-makefile Sun Jun 29 15:21:20 2014 (r359773) @@ -1,5 +1,5 @@ ---- Makefile 2003-03-10 03:33:41.000000000 +0100 -+++ Makefile.new 2012-09-02 14:58:41.920363626 +0200 +--- Makefile.orig 2003-03-10 10:33:41.000000000 +0800 ++++ Makefile 2014-06-29 23:19:14.368465195 +0800 @@ -4,10 +4,9 @@ prefix = /usr/local exec_prefix = /usr/local @@ -13,7 +13,7 @@ CFLAGS = -g -O LDFLAGS = LIBS = -@@ -25,10 +24,8 @@ +@@ -25,10 +24,8 @@ tai64nfrac.1: tai64nfrac.pod --section=1 $< > $@ install: tai64nfrac tai64nfrac.1 @@ -21,8 +21,8 @@ - cp tai64nfrac $(bindir) - mkdir -p $(man1dir) - cp tai64nfrac.1 $(man1dir) -+ install -c -g 0 -o 0 -m 0555 tai64nfrac $(bindir) -+ install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(mandir) ++ install -c -g 0 -o 0 -m 0555 tai64nfrac $(DESTDIR)$(bindir) ++ install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(DESTDIR)$(mandir) clean: rm -f *.o tai64nfrac