pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/urban Correct WRKSRC after PKGVERSION bump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1ec9725d9b4
branches:  trunk
changeset: 481687:b1ec9725d9b4
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Oct 10 11:47:00 2004 +0000

description:
Correct WRKSRC after PKGVERSION bump.

diffstat:

 games/urban/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a7464554c40 -r b1ec9725d9b4 games/urban/Makefile
--- a/games/urban/Makefile      Sun Oct 10 11:20:08 2004 +0000
+++ b/games/urban/Makefile      Sun Oct 10 11:47:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/10 11:47:00 kristerw Exp $
 #
 
 DISTNAME=      ${DISTFILES}
@@ -15,7 +15,7 @@
 USE_BUILDLINK3=                yes
 USE_X11=               yes
 GNU_CONFIGURE=         yes
-WRKSRC=                        ${WRKDIR}/${PKGNAME}
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
 post-install:
        cd ${WRKDIR} && ${PAX} -rwppm snd ${PREFIX}/share/urban



Home | Main Index | Thread Index | Old Index