From cccf4dc20c65ac8794a4afa95021935b56d21364 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 30 Mar 2004 18:32:32 +0000 Subject: Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. --- www/ap2-auth-mysql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap2-auth-mysql') diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile index 363a64f7e36..8eb3d8446bf 100644 --- a/www/ap2-auth-mysql/Makefile +++ b/www/ap2-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/30 18:32:33 jlam Exp $ # DISTNAME= mod_auth_mysql.c @@ -17,7 +17,7 @@ CONFLICTS+= ap-auth-mysql-* DIST_SUBDIR= ap2-auth-mysql EXTRACT_ONLY= ${DISTNAME}.gz -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= yes NO_CONFIGURE= yes -- cgit v1.2.3