summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-30 18:32:32 +0000
committerjlam <jlam>2004-03-30 18:32:32 +0000
commit02511fc0a22f8c312a678c977036dde12f65d135 (patch)
tree611493b131743db37f7c833fa710a714845cdc74 /www
parent235ed3faa35048d51f8915bebc4b35dd0e650775 (diff)
downloadpkgsrc-02511fc0a22f8c312a678c977036dde12f65d135.tar.gz
Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-auth-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
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