diff options
author | recht <recht@pkgsrc.org> | 2003-12-04 17:12:40 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-04 17:12:40 +0000 |
commit | 205fcfb9cf8bbcbd3a8691b800aa62a436ca5847 (patch) | |
tree | 08dda6e077da23a6fe8353c0c60e48480d8c259b /www | |
parent | 5b2f7734e278de83e78ddf6f4b9684e92118399a (diff) | |
download | pkgsrc-205fcfb9cf8bbcbd3a8691b800aa62a436ca5847.tar.gz |
Bump the PKGREVISION the right way (in each Makefile on it's own..)
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-subversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index b1609660d36..230e4512c5c 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/12/03 15:43:35 epg Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/04 17:12:40 recht Exp $ PKGNAME= ap2-subversion-${SVNVER} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= WebDAV server (Apache module) for Subversion .include "../../devel/subversion/Makefile.common" |