diff options
author | ade <ade@FreeBSD.org> | 2004-10-15 04:47:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-15 04:47:30 +0800 |
commit | d24dee6da9a71927b3c2fd68da8834830a351fe0 (patch) | |
tree | 981df13d9cfb57f1a29f6f3e212c1384864c8a24 /devel/automake15 | |
parent | 9611b8939b2630ade88c6b11838cefe5a5427e59 (diff) | |
download | freebsd-ports-gnome-d24dee6da9a71927b3c2fd68da8834830a351fe0.tar.gz freebsd-ports-gnome-d24dee6da9a71927b3c2fd68da8834830a351fe0.tar.zst freebsd-ports-gnome-d24dee6da9a71927b3c2fd68da8834830a351fe0.zip |
Use INFO [1]
Other miscellaneous cleanups with info files
PR: 72651 [1]
Submitted by: leeym [1]
Diffstat (limited to 'devel/automake15')
-rw-r--r-- | devel/automake15/Makefile | 12 | ||||
-rw-r--r-- | devel/automake15/files/patch-automake.texi | 16 |
2 files changed, 14 insertions, 14 deletions
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index 531776cda3e3..49acf728d674 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= automake MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.5) -DEPRECATED= Please use devel/automake18 instead +DEPRECATED= Please use devel/automake19 instead WANT_AUTOCONF_VER=253 WANT_AUTOCONF_RUN=yes @@ -41,14 +41,14 @@ post-patch: ) 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/automake15/files/patch-automake.texi b/devel/automake15/files/patch-automake.texi index 76b62213929c..ab8cc6955ff3 100644 --- a/devel/automake15/files/patch-automake.texi +++ b/devel/automake15/files/patch-automake.texi @@ -1,5 +1,5 @@ ---- automake.texi.orig Wed Aug 22 22:40:36 2001 -+++ automake.texi Wed Feb 11 00:51:59 2004 +--- automake.texi.orig Thu Aug 23 05:40:36 2001 ++++ automake.texi Thu Oct 14 20:29:56 2004 @@ -2,4 +2,5 @@ @c %**start of header -@setfilename automake.info @@ -8,13 +8,13 @@ +@dircategory Programming & development tools +@settitle Automake15 @setchapternewpage off -@@ -11,3 +12,3 @@ +@@ -11,8 +12,3 @@ @direntry -* automake: (automake). Making Makefile.in's -+* Automake15: (automake15). Making Makefile.in's - @end direntry -@@ -16,3 +17,3 @@ - @direntry +-@end direntry +- +-@dircategory Individual utilities +-@direntry -* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* aclocal15: (automake15)Invoking aclocal. Generating aclocal.m4 ++* Automake15: (automake15). Making Makefile.in's @end direntry |