From d24dee6da9a71927b3c2fd68da8834830a351fe0 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 14 Oct 2004 20:47:30 +0000 Subject: Use INFO [1] Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1] --- devel/autoconf267/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'devel/autoconf267/Makefile') diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index a4d570063b67..aa6be53c07c7 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/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 -- cgit