pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ezmlm-idx Fix distfile fetch when PKGREVISION is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fc80698a081
branches: trunk
changeset: 509912:2fc80698a081
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Mar 18 06:54:49 2006 +0000
description:
Fix distfile fetch when PKGREVISION is set. SITES_foo -> SITES.foo.
diffstat:
mail/ezmlm-idx/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 941dc5d5fe74 -r 2fc80698a081 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile Sat Mar 18 06:45:51 2006 +0000
+++ b/mail/ezmlm-idx/Makefile Sat Mar 18 06:54:49 2006 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.27 2006/03/18 06:54:49 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ezmlm-idx-0.443
+DISTNAME= ezmlm-idx-${IDXVERSION}
+IDXVERSION= 0.443
PKGREVISION= 1
-SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${PKGVERSION}/
+SITES.${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${IDXVERSION}/
MAINTAINER= schmonz%NetBSD.org@localhost
HOMEPAGE= http://www.ezmlm.org/
@@ -21,7 +22,6 @@
# ezmlm-idx is a modification of the ezmlm source.
DJB_RESTRICTED= YES
-
PKG_SYSCONFSUBDIR= ezmlm
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
Home |
Main Index |
Thread Index |
Old Index