pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ivtools Fixed definition of WRKSRC.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e8ff50eb8ce
branches:  trunk
changeset: 502520:4e8ff50eb8ce
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 05 17:17:12 2005 +0000

description:
Fixed definition of WRKSRC.

diffstat:

 graphics/ivtools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db4273700a29 -r 4e8ff50eb8ce graphics/ivtools/Makefile
--- a/graphics/ivtools/Makefile Sat Nov 05 17:15:52 2005 +0000
+++ b/graphics/ivtools/Makefile Sat Nov 05 17:17:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:56 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/05 17:17:12 rillig Exp $
 
 DISTNAME=      ivtools-1.2.2
 CATEGORIES=    graphics
@@ -11,7 +11,7 @@
 
 CONFLICTS+=    dclock-*
 
-WRKSRC=                ${WRKDIR}/${PKGNAME:C/\.[0-9]$//}
+WRKSRC=                ${WRKDIR}/ivtools-1.2
 GNU_CONFIGURE= YES
 
 .include "../../mk/x11.buildlink3.mk"



Home | Main Index | Thread Index | Old Index