diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-10-14 20:47:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-10-14 20:47:30 +0000 |
commit | 2e0bdfcebb0a07a895f7fa5830c93fcf2c905852 (patch) | |
tree | 7d72d92443178685805ed321bb9d136f66e15763 /devel/automake18 | |
parent | 9e5cc679c69bd7a3860ef72a7fc2a111438fc476 (diff) | |
download | ports-2e0bdfcebb0a07a895f7fa5830c93fcf2c905852.tar.gz ports-2e0bdfcebb0a07a895f7fa5830c93fcf2c905852.zip |
Notes
Diffstat (limited to 'devel/automake18')
-rw-r--r-- | devel/automake18/Makefile | 13 | ||||
-rw-r--r-- | devel/automake18/files/patch-doc::automake.texi | 16 | ||||
-rw-r--r-- | devel/automake18/pkg-plist | 3 |
3 files changed, 16 insertions, 16 deletions
diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile index f7e72ae75b79..c1dae6851674 100644 --- a/devel/automake18/Makefile +++ b/devel/automake18/Makefile @@ -16,6 +16,8 @@ DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.8) +DEPRECATED= Please use devel/automake19 instead + WANT_AUTOCONF_VER=259 WANT_AUTOCONF_RUN=yes BUILD_VERSION= 18 @@ -28,6 +30,7 @@ CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 MAKEINFO=makeinfo CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes +INFO= automake${BUILD_VERSION} post-patch: @(cd ${WRKSRC}/doc && \ @@ -39,14 +42,14 @@ post-patch: @${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in pre-install: - ${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION} - ${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION} - ${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION} - ${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION} + @${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION} + @${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION} post-install: .for i in aclocal automake - ${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ + @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ ${PREFIX}/libexec/automake${BUILD_VERSION}/${i} .endfor diff --git a/devel/automake18/files/patch-doc::automake.texi b/devel/automake18/files/patch-doc::automake.texi index 3e2e8cd439f4..74e7a004a731 100644 --- a/devel/automake18/files/patch-doc::automake.texi +++ b/devel/automake18/files/patch-doc::automake.texi @@ -1,5 +1,5 @@ ---- doc/automake.texi.orig Sun Feb 15 10:01:40 2004 -+++ doc/automake.texi Sun Mar 14 17:13:45 2004 +--- doc/automake.texi.orig Thu May 13 20:41:35 2004 ++++ doc/automake.texi Thu Oct 14 20:32:26 2004 @@ -2,4 +2,4 @@ @c %**start of header -@setfilename automake.info @@ -7,13 +7,13 @@ +@setfilename automake18.info +@settitle automake18 @setchapternewpage off -@@ -36,3 +36,3 @@ +@@ -36,8 +36,3 @@ @direntry -* automake: (automake). Making Makefile.in's. -+* automake18: (automake18). Making Makefile.in's. - @end direntry -@@ -41,3 +41,3 @@ - @direntry +-@end direntry +- +-@dircategory Individual utilities +-@direntry -* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. -+* aclocal18: (automake18)Invoking aclocal. Generating aclocal.m4. ++* automake18: (automake18). Making Makefile.in's. @end direntry diff --git a/devel/automake18/pkg-plist b/devel/automake18/pkg-plist index 2e307b872175..cf2be6d499d2 100644 --- a/devel/automake18/pkg-plist +++ b/devel/automake18/pkg-plist @@ -1,8 +1,5 @@ bin/aclocal%%BUILD_VERSION%% bin/automake%%BUILD_VERSION%% -@unexec install-info --delete %D/info/automake%%BUILD_VERSION%%.info %D/info/dir -info/automake%%BUILD_VERSION%%.info -@exec install-info %D/info/automake%%BUILD_VERSION%%.info %D/info/dir libexec/automake%%BUILD_VERSION%%/aclocal libexec/automake%%BUILD_VERSION%%/automake share/aclocal%%BUILD_VERSION%%/amversion.m4 |