summaryrefslogtreecommitdiff
path: root/devel/autoconf268/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-24 14:34:26 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-24 14:34:26 +0000
commit1cf1e705b2f4bfcac079512f412dbb3b222bb1a8 (patch)
tree6fd0d19e26a992cb21b582a9ea8d0f2954eeffe3 /devel/autoconf268/Makefile
parentUpdate to 2.00. (diff)
Provide install-sh.
PR: 25828 Submitted by: yar
Notes
Notes: svn path=/head/; revision=52103
Diffstat (limited to 'devel/autoconf268/Makefile')
-rw-r--r--devel/autoconf268/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile
index f92817370da1..411ac7aa9e9b 100644
--- a/devel/autoconf268/Makefile
+++ b/devel/autoconf268/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>