diff options
Diffstat (limited to 'devel/libtool-info/Makefile')
-rw-r--r-- | devel/libtool-info/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile index 4e5880406e4..79294c88b53 100644 --- a/devel/libtool-info/Makefile +++ b/devel/libtool-info/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/09/18 16:25:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/05 20:14:06 skrll Exp $ # .include "../../devel/libtool/Makefile.common" -PKGNAME= ${PKGPFX:C/-/-info-/} +PKGNAME= ${DISTNAME:C/-/-info-/} SVR4_PKGNAME= ltooi COMMENT= Generic shared library support script - info pages @@ -13,13 +13,6 @@ CONFLICTS+= libtool<1.3.5nb11 USE_MAKEINFO= YES INFO_FILES= libtool.info -# It seems the info-files distributed with libtool 1.3.5 are broken. -# To test, type "info libtool|" and hold down space. See it stop with a -# ``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"'' -# error. Simply making sure the info-files get re-done works here. -post-extract: - ${RM} -f ${WRKSRC}/doc/libtool.info* - do-build: cd ${WRKSRC}/doc ; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} |