diff options
author | wiz <wiz> | 2003-06-10 20:37:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-10 20:37:56 +0000 |
commit | 8b03494654379c3a4a6d6d7e0b45407a9b28be37 (patch) | |
tree | 6112d7b345e90c751d39b06ba1e3b7e7ff7ba01d /www/ap-throttle | |
parent | 3f4c0dd373f81a6c78cc22a20b71abe7edab44fa (diff) | |
download | pkgsrc-8b03494654379c3a4a6d6d7e0b45407a9b28be37.tar.gz |
Undo last, and fix the typo that was the problem.
Diffstat (limited to 'www/ap-throttle')
-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 |