- Update to 2007-02-19
PR 109572 Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer)
This commit is contained in:
parent
7fca4f3e07
commit
48471fcd22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186262
5 changed files with 600 additions and 482 deletions
|
@ -16,12 +16,17 @@ DISTNAME= ${PORTNAME}-${DISTDATE}
|
|||
MAINTAINER= mkamm@gmx.net
|
||||
COMMENT= A set of useful GNU Autoconf macros
|
||||
|
||||
DISTDATE= 2007-01-21
|
||||
DISTDATE= 2007-02-19
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
USE_AUTOTOOLS= automake:19:env autoconf:259:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_SUB= MACRODIR=share/aclocal
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} --install
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${MAKE} install-dist_aclocalDATA
|
||||
|
@ -33,13 +38,13 @@ plist:
|
|||
${ECHO_MSG} >&2 "do 'make configure' first!"; exit 64; }
|
||||
cd ${WRKSRC} && ${MAKE} -V DATA | \
|
||||
${TR} ' ' '\n' | \
|
||||
${SED} -e 's,^\./m4[a-z]*/,%%DATADIR%%/,' \
|
||||
${SED} -e 's,^\./m4[a-z]*/,%%MACRODIR%%/,' \
|
||||
-e 's,^\./,%%PORTDOCS%%%%DOCSDIR%%/,' \
|
||||
-e 's,/htmldoc/,/html/,' \
|
||||
-e 's,^[A-Za-z_],%%PORTDOCS%%%%DOCSDIR%%/&,' | \
|
||||
${SORT} -u >${PLIST}
|
||||
${ECHO_CMD} '%%PORTDOCS%%@dirrm %%DOCSDIR%%/html' >>${PLIST}
|
||||
${ECHO_CMD} '%%PORTDOCS%%@dirrm %%DOCSDIR%%' >>${PLIST}
|
||||
${ECHO_CMD} '@dirrm %%DATADIR%%' >>${PLIST}
|
||||
${ECHO_CMD} '@dirrm %%MACRODIR%%' >>${PLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (autoconf-archive-2007-01-21.tar.bz2) = 0af8cb9b43d7e007a72c8417369a73fb
|
||||
SHA256 (autoconf-archive-2007-01-21.tar.bz2) = 3dc3da7918f6aaae6cbd17ca1a16f63dbf8955746c206311de1996184e917861
|
||||
SIZE (autoconf-archive-2007-01-21.tar.bz2) = 526398
|
||||
MD5 (autoconf-archive-2007-02-19.tar.bz2) = 5ebfc04020170b688e7e59948a1a0e86
|
||||
SHA256 (autoconf-archive-2007-02-19.tar.bz2) = 45a79d7ff36c13baad361852a9d50b25a8f78b6c755166dc8142af5c103bfd5e
|
||||
SIZE (autoconf-archive-2007-02-19.tar.bz2) = 549814
|
||||
|
|
18
devel/autoconf-archive/files/patch-Makefile.am
Normal file
18
devel/autoconf-archive/files/patch-Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- Makefile.am.orig Sun Feb 18 18:07:19 2007
|
||||
+++ Makefile.am Mon Feb 26 12:53:39 2007
|
||||
@@ -3,12 +3,13 @@
|
||||
# Copyright (c) 2006 by Peter Simons <simons@cryp.to>
|
||||
# Licensed under the terms of the GNU General Public License.
|
||||
|
||||
-dist_pkgdata_DATA = AUTHORS COPYING README
|
||||
+dist_doc_DATA = AUTHORS COPYING README
|
||||
CLEANFILES = $(DIST_ARCHIVES)
|
||||
MAINTAINERCLEANFILES = missing install-sh configure Makefile.in aclocal.m4
|
||||
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
dist_aclocal_DATA = $(M4SOURCE)
|
||||
|
||||
-htmldir = $(pkgdatadir)/html
|
||||
+docdir = $(datadir)/doc/$(PACKAGE)
|
||||
+htmldir = $(docdir)/html
|
||||
dist_html_DATA = $(HTMLDOC)
|
|
@ -1,20 +0,0 @@
|
|||
--- Makefile.in.orig Mon Oct 30 22:15:26 2006
|
||||
+++ Makefile.in Thu Nov 9 07:23:31 2006
|
||||
@@ -22,7 +22,7 @@
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
-pkgdatadir = $(datadir)/@PACKAGE@
|
||||
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = .
|
||||
@@ -136,7 +136,7 @@
|
||||
dist_pkgdata_DATA = AUTHORS COPYING README
|
||||
CLEANFILES = $(DIST_ARCHIVES)
|
||||
MAINTAINERCLEANFILES = missing install-sh configure Makefile.in aclocal.m4
|
||||
-aclocaldir = $(datadir)/aclocal
|
||||
+aclocaldir = $(datadir)/@PACKAGE@
|
||||
dist_aclocal_DATA = $(M4SOURCE)
|
||||
htmldir = $(pkgdatadir)/html
|
||||
dist_html_DATA = $(HTMLDOC)
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue