aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-10-14 20:47:30 +0000
committerAde Lovett <ade@FreeBSD.org>2004-10-14 20:47:30 +0000
commit2e0bdfcebb0a07a895f7fa5830c93fcf2c905852 (patch)
tree7d72d92443178685805ed321bb9d136f66e15763 /devel/autoconf262
parent9e5cc679c69bd7a3860ef72a7fc2a111438fc476 (diff)
downloadports-2e0bdfcebb0a07a895f7fa5830c93fcf2c905852.tar.gz
ports-2e0bdfcebb0a07a895f7fa5830c93fcf2c905852.zip
Use INFO [1]
Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1]
Notes
Notes: svn path=/head/; revision=119449
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile7
-rw-r--r--devel/autoconf262/files/patch-autoconf.texi26
-rw-r--r--devel/autoconf262/pkg-plist6
3 files changed, 27 insertions, 12 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index a4d570063b67..aa6be53c07c7 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -27,6 +27,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_REINPLACE= yes
+INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CONFIG_SHELL=${SH}
@@ -57,12 +58,12 @@ post-patch:
post-install:
.for FILE in ${GENERIC_TOOLS}
- ${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION}
+ @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION}
.endfor
@-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION}
- ${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION}
+ @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION}
.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames
- ${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \
+ @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \
${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i}
.endfor
diff --git a/devel/autoconf262/files/patch-autoconf.texi b/devel/autoconf262/files/patch-autoconf.texi
index 5454129a2eb6..32c58797956f 100644
--- a/devel/autoconf262/files/patch-autoconf.texi
+++ b/devel/autoconf262/files/patch-autoconf.texi
@@ -1,5 +1,5 @@
---- doc/autoconf.texi.orig Wed Nov 5 02:38:29 2003
-+++ doc/autoconf.texi Sun Mar 14 16:46:41 2004
+--- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003
++++ doc/autoconf.texi Thu Oct 14 20:17:35 2004
@@ -3,5 +3,5 @@
@comment %**start of header
-@setfilename autoconf.info
@@ -8,8 +8,28 @@
-@settitle Autoconf
+@settitle Autoconf259
@setchapternewpage odd
-@@ -212,3 +212,3 @@
+@@ -212,23 +212,3 @@
@direntry
-* Autoconf: (autoconf). Create source code configuration scripts.
+-@end direntry
+-
+-@dircategory Individual utilities
+-@direntry
+-* autoscan: (autoconf)autoscan Invocation.
+- Semi-automatic @file{configure.ac} writing
+-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
+-* autoconf: (autoconf)autoconf Invocation.
+- How to create configuration scripts
+-* autoreconf: (autoconf)autoreconf Invocation.
+- Remaking multiple @command{configure} scripts
+-* autoheader: (autoconf)autoheader Invocation.
+- How to create configuration templates
+-* autom4te: (autoconf)autom4te Invocation.
+- The Autoconf executables backbone
+-* configure: (autoconf)configure Invocation. Configuring a package.
+-* autoupdate: (autoconf)autoupdate Invocation.
+- Automatic update of @file{configure.ac}
+-* config.status: (autoconf)config.status Invocation. Recreating configurations.
+-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
+* Autoconf259: (autoconf259). Create source code configuration scripts.
@end direntry
diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist
index 2e8fa133b5a8..ac4409d55537 100644
--- a/devel/autoconf262/pkg-plist
+++ b/devel/autoconf262/pkg-plist
@@ -5,12 +5,6 @@ bin/autoreconf%%BUILD_VERSION%%
bin/autoscan%%BUILD_VERSION%%
bin/autoupdate%%BUILD_VERSION%%
bin/ifnames%%BUILD_VERSION%%
-@unexec install-info --delete %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir
-@unexec install-info --delete %D/info/standards%%BUILD_VERSION%%.info %D/info/dir
-info/autoconf%%BUILD_VERSION%%.info
-info/standards%%BUILD_VERSION%%.info
-@exec install-info %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir
-@exec install-info %D/info/standards%%BUILD_VERSION%%.info %D/info/dir
libexec/autoconf%%BUILD_VERSION%%/autoconf
libexec/autoconf%%BUILD_VERSION%%/autoheader
libexec/autoconf%%BUILD_VERSION%%/autoreconf