diff options
author | will <will@FreeBSD.org> | 2001-12-26 23:07:34 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-26 23:07:34 +0800 |
commit | 424e9b6bf7bceadc98ffe23514f40381a9d05fe8 (patch) | |
tree | f3e27331f9d82e4357a214238a02ee13b5577973 /devel/autoconf257/Makefile | |
parent | 673ff36b8e725f0b485bef954b09666cdcb7fe39 (diff) | |
download | freebsd-ports-gnome-424e9b6bf7bceadc98ffe23514f40381a9d05fe8.tar.gz freebsd-ports-gnome-424e9b6bf7bceadc98ffe23514f40381a9d05fe8.tar.zst freebsd-ports-gnome-424e9b6bf7bceadc98ffe23514f40381a9d05fe8.zip |
Add additional scripts to help things that need them. Bump PORTREVISION.
In particular, config.sub is required for japanese/FreeWnn-lib.
Diffstat (limited to 'devel/autoconf257/Makefile')
-rw-r--r-- | devel/autoconf257/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile index ff94faf55a85..e21c00c26dc1 100644 --- a/devel/autoconf257/Makefile +++ b/devel/autoconf257/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> |