diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-22 16:26:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-22 16:26:55 +0000 |
commit | 6b2e5be7d65f44ab511fcc3351724966b0df1b69 (patch) | |
tree | fa757a5c682b52e0c69697792c89fe8c7fdb5df0 /math/yorick | |
parent | 5af8afcea74f1c4fa94627e9afd93056951bc5e8 (diff) | |
download | pkgsrc-6b2e5be7d65f44ab511fcc3351724966b0df1b69.tar.gz |
Look in the right directory when searching for the info page.
Bump revision.
Diffstat (limited to 'math/yorick')
-rw-r--r-- | math/yorick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index a77401d0662..ecd5f9a70ca 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/22 16:26:55 joerg Exp $ DISTNAME= yorick-1.6.02 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ EXTRACT_SUFX= .tgz @@ -29,7 +29,7 @@ post-install: cd ${PREFIX}/bin; for f in yorick gist; do \ ${LN} -sf ../lib/yorick/1.6/bin/$$f $$f; \ done - cd ${WRKSRC}; for f in yorick.info yorick.info-[0-9]*; do \ + cd ${WRKSRC}/doc; for f in yorick.info yorick.info-[0-9]*; do \ ${TEST} ! -f "$$f" || \ ${INSTALL_DATA} "$$f" ${PREFIX}/${PKGINFODIR}; \ done |