summaryrefslogtreecommitdiff
path: root/math/yorick
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-22 16:26:55 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-22 16:26:55 +0000
commit6c1efa8f5bd91e482fafc952cf2d13965fa26302 (patch)
treefa757a5c682b52e0c69697792c89fe8c7fdb5df0 /math/yorick
parent0a7f6f89af206e89fb29be6d55096ff3ebccb079 (diff)
downloadpkgsrc-6c1efa8f5bd91e482fafc952cf2d13965fa26302.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/Makefile6
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