diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 22:03:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 22:03:42 +0000 |
commit | 91497b46b8909452c5510033f6745a0f99a2a195 (patch) | |
tree | e625f591c7ca742c19cebcd47036673f62f168e1 /devel/automake | |
parent | 27a6a26921d8a0765aff42501b2e6a6b978239b6 (diff) | |
download | ports-91497b46b8909452c5510033f6745a0f99a2a195.tar.gz ports-91497b46b8909452c5510033f6745a0f99a2a195.zip |
Notes
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 13 | ||||
-rw-r--r-- | devel/automake/pkg-plist | 4 |
2 files changed, 4 insertions, 13 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index ecd1dff46a56..8d13f5ee2940 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -23,18 +23,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" INFO= automake -MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \ - aclocal-${BUILD_VERSION}.1 \ - automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \ - automake-${BUILD_VERSION}.1 - -NO_STAGE= yes -post-patch: - @${RM} ${WRKSRC}/doc/*.info - -pre-su-install: - @${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION} - @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} - @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} .include <bsd.port.mk> diff --git a/devel/automake/pkg-plist b/devel/automake/pkg-plist index b51d6a92b6bf..fd0a60850753 100644 --- a/devel/automake/pkg-plist +++ b/devel/automake/pkg-plist @@ -1,5 +1,9 @@ bin/aclocal-%%BUILD_VERSION%% bin/automake-%%BUILD_VERSION%% +man/man1/aclocal-1.14-1.14.1.gz +man/man1/aclocal-1.14.1.gz +man/man1/automake-1.14-1.14.1.gz +man/man1/automake-1.14.1.gz share/aclocal-%%BUILD_VERSION%%/amversion.m4 share/aclocal-%%BUILD_VERSION%%/ar-lib.m4 share/aclocal-%%BUILD_VERSION%%/as.m4 |