pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/yorick Look in the right directory when searching...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e59259094732
branches:  trunk
changeset: 511804:e59259094732
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 22 16:26:55 2006 +0000

description:
Look in the right directory when searching for the info page.
Bump revision.

diffstat:

 math/yorick/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 78e8e3e3b11d -r e59259094732 math/yorick/Makefile
--- a/math/yorick/Makefile      Sat Apr 22 15:08:03 2006 +0000
+++ b/math/yorick/Makefile      Sat Apr 22 16:26:55 2006 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index