diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-10 20:37:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-10 20:37:56 +0000 |
commit | 55128fd66fa86315639ecd8837b09fea8bfa1232 (patch) | |
tree | 6112d7b345e90c751d39b06ba1e3b7e7ff7ba01d /www | |
parent | 19a63b0d506978377d5a582989423f4bb4ef5db1 (diff) | |
download | pkgsrc-55128fd66fa86315639ecd8837b09fea8bfa1232.tar.gz |
Undo last, and fix the typo that was the problem.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-throttle/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/ap-throttle/Makefile b/www/ap-throttle/Makefile index 67ff4b2c583..7a150a84bfd 100644 --- a/www/ap-throttle/Makefile +++ b/www/ap-throttle/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/06/10 20:30:36 jmc Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/10 20:37:56 wiz Exp $ DISTNAME= mod_throttle312 -PKGNAMENOREV= ap-throttle-3.1.2 -PKGNAME= ${PKGNAMENOREV} +PKGNAME= ap-throttle-3.1.2 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAMENOREV:S/ap-/mod_/} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/ap-/mod_/} CATEGORIES= www MASTER_SITES= http://www.snert.com/Software/mod_throttle/ EXTRACT_SUFX= .tgz |