From 6603011372b0761f778917851be9b0c95890ea7f Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 18 Mar 2006 06:54:49 +0000 Subject: Fix distfile fetch when PKGREVISION is set. SITES_foo -> SITES.foo. --- mail/ezmlm-idx/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/ezmlm-idx') diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index eded466afc1..18bb00c7f91 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -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 HOMEPAGE= http://www.ezmlm.org/ @@ -21,7 +22,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews # ezmlm-idx is a modification of the ezmlm source. DJB_RESTRICTED= YES - PKG_SYSCONFSUBDIR= ezmlm CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" -- cgit v1.2.3