mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Install .info files properly by using INFO knob.
This commit is contained in:
parent
824e6e020a
commit
3a5f48eb66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129843
2 changed files with 1 additions and 3 deletions
|
@ -21,6 +21,7 @@ PREFIX?= ${LOCALBASE}/gnu-autotools
|
||||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
|
INFO= libtool
|
||||||
CONFIGURE_ARGS= --disable-ltdl-install
|
CONFIGURE_ARGS= --disable-ltdl-install
|
||||||
CONFIGURE_ENV= PREFIX=${PREFIX}
|
CONFIGURE_ENV= PREFIX=${PREFIX}
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
bin/libtool
|
bin/libtool
|
||||||
bin/libtoolize
|
bin/libtoolize
|
||||||
@unexec install-info --delete %D/info/libtool.info %D/info/dir
|
|
||||||
info/libtool.info
|
|
||||||
@exec install-info %D/info/libtool.info %D/info/dir
|
|
||||||
share/aclocal/libtool.m4
|
share/aclocal/libtool.m4
|
||||||
share/aclocal/ltdl.m4
|
share/aclocal/ltdl.m4
|
||||||
share/libtool/config.guess
|
share/libtool/config.guess
|
||||||
|
|
Loading…
Add table
Reference in a new issue