diff options
author | krion <krion@FreeBSD.org> | 2005-02-27 16:54:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-27 16:54:13 +0800 |
commit | 60f4b6fdb6009f804687c330f40104ea94da047c (patch) | |
tree | 6c521c1b92a1547b8df2bbcce7491377080c7927 /devel/gnu-automake | |
parent | 27aceda224ee000e863afdc230b2d5d45517bca5 (diff) | |
download | freebsd-ports-gnome-60f4b6fdb6009f804687c330f40104ea94da047c.tar.gz freebsd-ports-gnome-60f4b6fdb6009f804687c330f40104ea94da047c.tar.zst freebsd-ports-gnome-60f4b6fdb6009f804687c330f40104ea94da047c.zip |
Install .info files by using INFO knob.
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 |