pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/amule The :tl modifier is not available in 1.5's m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/678fd8bf1278
branches:  trunk
changeset: 465864:678fd8bf1278
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Jan 07 10:07:49 2004 +0000

description:
The :tl modifier is not available in 1.5's make, so don't use it.

diffstat:

 net/amule/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 8a8169c06941 -r 678fd8bf1278 net/amule/Makefile
--- a/net/amule/Makefile        Wed Jan 07 10:06:28 2004 +0000
+++ b/net/amule/Makefile        Wed Jan 07 10:07:49 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/07 01:24:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/07 10:07:49 jmmv Exp $
 #
 
 DISTNAME=              aMule-1.2.3
-PKGNAME=               ${DISTNAME:tl}
+PKGNAME=               ${DISTNAME:S/aMule/amule/}
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=amule/}
 EXTRACT_SUFX=          .tar.bz2



Home | Main Index | Thread Index | Old Index