diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-27 08:54:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-27 08:54:13 +0000 |
commit | 4923132a0c7a69d451341b6fef655e7a890e6a47 (patch) | |
tree | 2b04591c04d49e995b33d673eb6783a5b3f3f045 /devel/gnu-automake | |
parent | 0fbbce227621fef5be1bc3190147eb99c7363725 (diff) |
Install .info files by using INFO knob.
Notes
Notes:
svn path=/head/; revision=129875
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r-- | devel/gnu-automake/Makefile | 1 | ||||
-rw-r--r-- | devel/gnu-automake/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 41aec899452f..3634e271570c 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoc PREFIX?= ${LOCALBASE}/gnu-autotools USE_BZIP2= yes +INFO= automake USE_PERL5= yes GNU_CONFIGURE= yes NO_MTREE= yes diff --git a/devel/gnu-automake/pkg-plist b/devel/gnu-automake/pkg-plist index 37c424b29c40..82941ac8591b 100644 --- a/devel/gnu-automake/pkg-plist +++ b/devel/gnu-automake/pkg-plist @@ -2,9 +2,6 @@ bin/aclocal bin/aclocal-1.8 bin/automake bin/automake-1.8 -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec install-info %D/info/automake.info %D/info/dir share/aclocal-1.8/amversion.m4 share/aclocal-1.8/as.m4 share/aclocal-1.8/auxdir.m4 |