From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 12:36:37 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 5445FE08; Wed, 11 Jun 2014 12:36:37 +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 26F35224C; Wed, 11 Jun 2014 12:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BCabgS051985; Wed, 11 Jun 2014 12:36:37 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BCaapX051980; Wed, 11 Jun 2014 12:36:36 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406111236.s5BCaapX051980@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 11 Jun 2014 12:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357471 - in head/textproc/word2x: . 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: Wed, 11 Jun 2014 12:36:37 -0000 Author: vanilla Date: Wed Jun 11 12:36:36 2014 New Revision: 357471 URL: http://svnweb.freebsd.org/changeset/ports/357471 QAT: https://qat.redports.org/buildarchive/r357471/ Log: Stagify. Modified: head/textproc/word2x/Makefile head/textproc/word2x/files/patch-Makefile.in Modified: head/textproc/word2x/Makefile ============================================================================== --- head/textproc/word2x/Makefile Wed Jun 11 12:36:30 2014 (r357470) +++ head/textproc/word2x/Makefile Wed Jun 11 12:36:36 2014 (r357471) @@ -13,8 +13,6 @@ COMMENT= Converter from MS Word to text, USES= gmake GNU_CONFIGURE= yes -MAN1= word2x.1 -PLIST_FILES= bin/rtest2 bin/word2x +PLIST_FILES= bin/rtest2 bin/word2x man/man1/word2x.1.gz -NO_STAGE= yes .include Modified: head/textproc/word2x/files/patch-Makefile.in ============================================================================== --- head/textproc/word2x/files/patch-Makefile.in Wed Jun 11 12:36:30 2014 (r357470) +++ head/textproc/word2x/files/patch-Makefile.in Wed Jun 11 12:36:36 2014 (r357471) @@ -1,5 +1,5 @@ ---- Makefile.in.orig Tue Dec 29 06:17:43 1998 -+++ Makefile.in Wed Mar 31 21:10:43 2004 +--- Makefile.in.orig 1998-12-29 05:17:43.000000000 +0800 ++++ Makefile.in 2014-06-11 20:35:12.384582119 +0800 @@ -2,14 +2,15 @@ # # My test system is Linux 2.1.30, gcc 2.7.2, libc 5.4.27 @@ -20,7 +20,7 @@ LIBOBJS=wordwrap.o nullproc.o tblock.o scan_num.o map_chars.o col-align.o \ compat.o num_unit_probe.o part_num_probe.o AR=ar -@@ -86,7 +87,7 @@ +@@ -86,7 +87,7 @@ liboutfmt.a: $(LIBOBJS) $(RANLIB) $@ rtest2: rtest2.o $(READER) tblock.o @@ -29,7 +29,7 @@ fmt-text.o: text-fmt.o text-table.o $(LD) -r -o $@ text-fmt.o text-table.o -@@ -107,10 +108,10 @@ +@@ -107,10 +108,10 @@ gopt.o: getopt.o getopt1.o $(LD) -r -o gopt.o getopt.o getopt1.o word2x: $(PROGOBJS) @@ -38,8 +38,8 @@ install: $(TARGETS) $(MANP) - @INSTALL@ $(MANP) -m 644 @mandir@/man1 -+ @INSTALL_DATA@ $(MANP) @mandir@/man1 ++ @INSTALL_DATA@ $(MANP) $(DESTDIR)@mandir@/man1 for I in $(TARGETS); do \ - @INSTALL@ $${I} -m 755 @bindir@; \ -+ @INSTALL_PROGRAM@ $${I} @bindir@; \ ++ @INSTALL_PROGRAM@ $${I} $(DESTDIR)@bindir@; \ done