diff options
author | ade <ade@FreeBSD.org> | 2004-10-14 20:47:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-14 20:47:30 +0000 |
commit | d24dee6da9a71927b3c2fd68da8834830a351fe0 (patch) | |
tree | 981df13d9cfb57f1a29f6f3e212c1384864c8a24 /devel/automake14/Makefile | |
parent | 9611b8939b2630ade88c6b11838cefe5a5427e59 (diff) | |
download | FreeBSD-ports-d24dee6da9a71927b3c2fd68da8834830a351fe0.zip FreeBSD-ports-d24dee6da9a71927b3c2fd68da8834830a351fe0.tar.gz |
Use INFO [1]
Other miscellaneous cleanups with info files
PR: 72651 [1]
Submitted by: leeym [1]
Diffstat (limited to 'devel/automake14/Makefile')
-rw-r--r-- | devel/automake14/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index c43427f..490fc7b 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -16,7 +16,7 @@ DISTNAME= automake-1.4-p6 MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (legacy version 1.4) -DEPRECATED= Please use devel/automake18 instead +DEPRECATED= Please use devel/automake19 instead WANT_AUTOCONF_VER=213 WANT_AUTOCONF_RUN=yes @@ -28,6 +28,7 @@ CONFIGURE_ENV= PERL=${PERL5} CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} USE_PERL5= yes USE_REINPLACE= yes +INFO= automake${BUILD_VERSION} STRIP= # none @@ -40,14 +41,14 @@ pre-configure: ${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 @install-info ${PREFIX}/info/automake${BUILD_VERSION}.info \ |