diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-13 00:13:19 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-13 00:13:19 +0000 |
commit | 802650ab7bf837ec1b03f0cf168e1ca82cffb5ef (patch) | |
tree | 00b9c443884860b0e559c2d21fd8a3f19284c98b /devel/autoconf213/files/patch-Makefile.in | |
parent | Renamed patch files so I can tell what they do. (diff) |
Portrevision => 3.
Put the damn support files in the right place. Modifying $(datadir) was
not the right way to do it. I knew there was something about this port that
bugged me. I am content now. Love is all you need. Give peace a chance.
Notes
Notes:
svn path=/head/; revision=67915
Diffstat (limited to 'devel/autoconf213/files/patch-Makefile.in')
-rw-r--r-- | devel/autoconf213/files/patch-Makefile.in | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/devel/autoconf213/files/patch-Makefile.in b/devel/autoconf213/files/patch-Makefile.in index f4209996cb78..c2f58f6abbb7 100644 --- a/devel/autoconf213/files/patch-Makefile.in +++ b/devel/autoconf213/files/patch-Makefile.in @@ -1,5 +1,14 @@ --- Makefile.in.orig Sun Feb 27 11:18:10 2000 -+++ Makefile.in Mon Mar 18 21:10:20 2002 ++++ Makefile.in Sat Oct 12 19:40:56 2002 +@@ -49,7 +49,7 @@ + + # Directory in which to install library files. + datadir = @datadir@ +-acdatadir = $(datadir)/autoconf ++acdatadir = $(datadir)/autoconf213 + + # Directory in which to install documentation info files. + infodir = @infodir@ @@ -68,7 +68,7 @@ DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \ Makefile.in NEWS README TODO $(M4FILES) \ @@ -22,6 +31,15 @@ $(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@ INSTALL: install.texi +@@ -119,7 +119,7 @@ + standards.info: standards.texi make-stds.texi + $(MAKEINFO) -I$(srcdir) $(srcdir)/standards.texi --no-split --output=$@ + +-dvi: autoconf.dvi @standards_dvi@ ++dvi: autoconf.dvi + + autoconf.dvi: autoconf.texi + $(TEXI2DVI) $(srcdir)/autoconf.texi @@ -141,7 +141,7 @@ install: all $(M4FILES) acconfig.h installdirs install-info |