pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Replaced $(...) with ${...}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a91c049e0ecd
branches:  trunk
changeset: 501624:a91c049e0ecd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 23:07:49 2005 +0000

description:
Replaced $(...) with ${...}.

diffstat:

 mail/bmf/Makefile    |  4 ++--
 mail/wmbiff/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r fa4a9841de54 -r a91c049e0ecd mail/bmf/Makefile
--- a/mail/bmf/Makefile Mon Oct 24 22:40:03 2005 +0000
+++ b/mail/bmf/Makefile Mon Oct 24 23:07:49 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:56:43 martti Exp $
+# $NetBSD: Makefile,v 1.7 2005/10/24 23:07:49 rillig Exp $
 #
 
 DISTNAME=      bmf-0.9.4
 CATEGORIES=    mail
-MASTER_SITES=  $(MASTER_SITE_SOURCEFORGE:=bmf/)
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bmf/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://sourceforge.net/projects/bmf/
diff -r fa4a9841de54 -r a91c049e0ecd mail/wmbiff/Makefile
--- a/mail/wmbiff/Makefile      Mon Oct 24 22:40:03 2005 +0000
+++ b/mail/wmbiff/Makefile      Mon Oct 24 23:07:49 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2005/09/06 15:49:35 adam Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/24 23:09:01 rillig Exp $
 
 DISTNAME=      wmbiff-0.4.26
 CATEGORIES=    mail x11 windowmaker
-MASTER_SITES=  $(MASTER_SITE_SOURCEFORGE:=wmbiff/)
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
 
 MAINTAINER=    tron%NetBSD.org@localhost
 HOMEPAGE=      http://sourceforge.net/projects/wmbiff/



Home | Main Index | Thread Index | Old Index