diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/ap-throttle | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/ap-throttle')
-rw-r--r-- | www/ap-throttle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-throttle/Makefile b/www/ap-throttle/Makefile index 5823205eb8c..e558b12aed3 100644 --- a/www/ap-throttle/Makefile +++ b/www/ap-throttle/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/02/17 17:50:12 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:48 jmmv Exp $ DISTNAME= mod_throttle312 PKGNAME= ap-throttle-3.1.2 +WRKSRC= ${WRKDIR}/${PKGNAME:S/ap-/mod_/} CATEGORIES= www MASTER_SITES= http://www.snert.com/Software/mod_throttle/ EXTRACT_SUFX= .tgz @@ -12,8 +13,6 @@ COMMENT= Apache module for limiting bandwidth usage USE_BUILDLINK2= YES -WRKSRC= ${WRKDIR}/${PKGNAME:S/ap-/mod_/} - APACHE_MODULE_NAME= mod_throttle.so APACHE_MODULE_SRC= mod_throttle.c |