diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-24 14:34:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-24 14:34:26 +0000 |
commit | 1cf1e705b2f4bfcac079512f412dbb3b222bb1a8 (patch) | |
tree | 6fd0d19e26a992cb21b582a9ea8d0f2954eeffe3 /devel/autoconf268/Makefile | |
parent | e35f5a9f965038c67b5b8de43ff6dc4d67b9dc65 (diff) | |
download | ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.tar.gz ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.zip |
Notes
Diffstat (limited to 'devel/autoconf268/Makefile')
-rw-r--r-- | devel/autoconf268/Makefile | 3 |
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> |