diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 11:51:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 11:51:58 +0000 |
commit | 7288959801ed95675e3ee82f4229fb8a692ddcce (patch) | |
tree | cecc0a1f15413d360ff71a4bc91d6a861ad83fa7 /www | |
parent | fb21160c2fbd5b733402e4af40a9c4cc56c61639 (diff) | |
download | pkgsrc-7288959801ed95675e3ee82f4229fb8a692ddcce.tar.gz |
Change WRKSRC pattern to match new PKGNAME.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-throttle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-throttle/Makefile b/www/ap-throttle/Makefile index e465da291dd..9c77a3de1ba 100644 --- a/www/ap-throttle/Makefile +++ b/www/ap-throttle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/02 18:27:59 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/07 11:51:58 joerg Exp $ DISTNAME= mod_throttle312 PKGNAME= ap13-throttle-3.1.2 @@ -12,7 +12,7 @@ COMMENT= Apache module for limiting bandwidth usage CONFLICTS= ap-throttle-[0-9]* -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/ap-/mod_/} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/ap13-/mod_/} APACHE_MODULE_NAME= mod_throttle.so APACHE_MODULE_SRC= mod_throttle.c |