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/gnu-autoconf | |
parent | e35f5a9f965038c67b5b8de43ff6dc4d67b9dc65 (diff) | |
download | ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.tar.gz ports-1cf1e705b2f4bfcac079512f412dbb3b222bb1a8.zip |
Notes
Diffstat (limited to 'devel/gnu-autoconf')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 3 | ||||
-rw-r--r-- | devel/gnu-autoconf/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index f92817370da1..411ac7aa9e9b 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-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> diff --git a/devel/gnu-autoconf/pkg-plist b/devel/gnu-autoconf/pkg-plist index 1a6d002069ea..c2254e62943a 100644 --- a/devel/gnu-autoconf/pkg-plist +++ b/devel/gnu-autoconf/pkg-plist @@ -21,6 +21,7 @@ share/autoconf/actypes.m4 share/autoconf/acversion.m4 share/autoconf/autoconf.m4 share/autoconf/autoconf.m4f +share/autoconf/install-sh share/autoconf/m4sh.m4 share/autoconf/m4sugar.m4 @dirrm share/autoconf |