diff options
Diffstat (limited to 'devel/autoconf/Makefile')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index f92817370da1..411ac7aa9e9b 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -23,4 +23,7 @@ MAN1= autoconf.1 autoheader.1 autoreconf.1 \ autoscan.1 autoupdate.1 config.guess.1 \ config.sub.1 ifnames.1 +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/config/install-sh ${PREFIX}/share/autoconf + .include <bsd.port.mk> |