diff options
author | itojun <itojun@pkgsrc.org> | 1999-09-01 09:00:26 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-09-01 09:00:26 +0000 |
commit | 18661d5893cc375053303d208effc270d87c5cf8 (patch) | |
tree | 7c1effe08808aade3fb59e91e2d62a9dca31eeee /www/apache6 | |
parent | 49b6bd679d22efb5c40397eb9c7002e398cac7f5 (diff) | |
download | pkgsrc-18661d5893cc375053303d208effc270d87c5cf8.tar.gz |
add "p0" to PKGNAME to indicate version of NetBSD-local changes.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index a02648bd451..dec27bc52f1 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/01 07:41:01 itojun Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/01 09:00:26 itojun Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -11,7 +11,7 @@ # DISTNAME= apache_1.3.9 -PKGNAME= apache6-1.3.9 +PKGNAME= apache6-1.3.9p0 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.modssl.org/source/ \ |