diff options
author | skrll <skrll> | 2001-02-27 08:20:23 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-02-27 08:20:23 +0000 |
commit | 9698f6055b3a851f397a4642a14b27b5b9b3d3f1 (patch) | |
tree | 31876350654b4ad2b95104766e43093187eddbb4 /devel/libtool-info | |
parent | 3ad95f8365551365c1eddc5192b3788b8c7ddb18 (diff) | |
download | pkgsrc-9698f6055b3a851f397a4642a14b27b5b9b3d3f1.tar.gz |
Update libtool to be based on a CVS snapshot of the multi-language branch
Diffstat (limited to 'devel/libtool-info')
-rw-r--r-- | devel/libtool-info/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile index d6825f6f623..e6812be8611 100644 --- a/devel/libtool-info/Makefile +++ b/devel/libtool-info/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/02/19 17:20:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/27 08:20:26 skrll Exp $ # .include "../libtool/Makefile.common" -PKGNAME= ${DISTNAME:C/-/-info-/}${PKGREV} +PKGNAME= ${PKGPFX:C/-/-info-/}${PKGREV} COMMENT= Generic shared library support script - info pages @@ -17,6 +17,7 @@ USE_GTEXINFO= yes # error. Simply making sure the info-files get re-done works here. post-extract: ${RM} -f ${WRKSRC}/doc/libtool.info* + ${CP} ${FILESDIR}/fdl.texi ${WRKSRC}/doc do-build: cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} |