aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-autoconf/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-26 15:07:34 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-26 15:07:34 +0000
commitfb4afccf3ade66c72cfa0d71e140210da91e77bb (patch)
treeb58503211ae1e84318feaa8e7d41f2f8276dfd64 /devel/gnu-autoconf/Makefile
parentee56ca4ae551f376a84e63954b78c1e8c003089b (diff)
downloadports-fb4afccf3ade66c72cfa0d71e140210da91e77bb.tar.gz
ports-fb4afccf3ade66c72cfa0d71e140210da91e77bb.zip
Notes
Diffstat (limited to 'devel/gnu-autoconf/Makefile')
-rw-r--r--devel/gnu-autoconf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile
index ff94faf55a85..e21c00c26dc1 100644
--- a/devel/gnu-autoconf/Makefile
+++ b/devel/gnu-autoconf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autoconf
PORTVERSION= 2.52
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
@@ -25,6 +25,8 @@ MAN1= autoconf.1 autoheader.1 autoreconf.1 \
config.sub.1 ifnames.1
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/config/install-sh ${PREFIX}/share/autoconf
+.for FILE in install-sh config.sub config.guess missing mkinstalldirs
+ ${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf
+.endfor
.include <bsd.port.mk>