aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile6
-rw-r--r--devel/autoconf262/pkg-plist4
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index ff94faf55a85..e21c00c26dc1 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/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>
diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist
index c2254e62943a..ad4944934b1f 100644
--- a/devel/autoconf262/pkg-plist
+++ b/devel/autoconf262/pkg-plist
@@ -21,9 +21,13 @@ share/autoconf/actypes.m4
share/autoconf/acversion.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
+share/autoconf/config.guess
+share/autoconf/config.sub
share/autoconf/install-sh
share/autoconf/m4sh.m4
share/autoconf/m4sugar.m4
+share/autoconf/missing
+share/autoconf/mkinstalldirs
@dirrm share/autoconf
@unexec install-info --delete %D/info/autoconf.info %D/info/dir
@unexec install-info --delete %D/info/standards.info %D/info/dir