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/autoconf213/Makefile | |
parent | e35f5a9f965038c67b5b8de43ff6dc4d67b9dc65 (diff) | |
download | ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.tar.gz ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.zip |
Notes
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r-- | devel/autoconf213/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 67915b30de8d..4e725c76f7e0 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --program-suffix=213 --datadir=${PREFIX}/share/autoconf213 WRKSRC= ${WRKDIR}/autoconf post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/install-sh \ + ${PREFIX}/share/autoconf213/autoconf @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir |