aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf261/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-10-15 04:47:30 +0800
committerade <ade@FreeBSD.org>2004-10-15 04:47:30 +0800
commitd24dee6da9a71927b3c2fd68da8834830a351fe0 (patch)
tree981df13d9cfb57f1a29f6f3e212c1384864c8a24 /devel/autoconf261/Makefile
parent9611b8939b2630ade88c6b11838cefe5a5427e59 (diff)
downloadfreebsd-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/autoconf261/Makefile')
-rw-r--r--devel/autoconf261/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile
index a4d570063b67..aa6be53c07c7 100644
--- a/devel/autoconf261/Makefile
+++ b/devel/autoconf261/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