diff options
author | jmc <jmc> | 2003-06-10 20:30:36 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-06-10 20:30:36 +0000 |
commit | e2959e41bb90fa8df177e98bc4d3b4ba10dbbbaa (patch) | |
tree | 015be440a8655566b49443403cb85ffd1dce0d6a /www | |
parent | 15943fbe2b178d7272d8321d14be392ff3434970 (diff) | |
download | pkgsrc-e2959e41bb90fa8df177e98bc4d3b4ba10dbbbaa.tar.gz |
Add a forgotten var so this can find WRKSRC correctly
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-throttle/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ap-throttle/Makefile b/www/ap-throttle/Makefile index 294156830eb..67ff4b2c583 100644 --- a/www/ap-throttle/Makefile +++ b/www/ap-throttle/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/06/02 13:26:20 abs Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/10 20:30:36 jmc Exp $ DISTNAME= mod_throttle312 -PKGNAME= ap-throttle-3.1.2 +PKGNAMENOREV= ap-throttle-3.1.2 +PKGNAME= ${PKGNAMENOREV} PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAMENOREV:S/ap-/mod_/} CATEGORIES= www |