From ca800b9e552249a9fc8d8b1849cd9ad2c94e4b45 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 22 Apr 2006 16:26:55 +0000 Subject: Look in the right directory when searching for the info page. Bump revision. --- math/yorick/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/yorick') 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 -- cgit v1.2.3