svn commit: r357471 - in head/textproc/word2x: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 12:36:37 UTC 2014


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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list