diff options
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 9d1f4805b88..8250a4d0b2e 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -1,4 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2016/04/14 12:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/14 12:38:23 wiz Exp $ +# +# When updating this package, make sure that no strings like +# "PR 12345" are in the commit message. Upstream likes +# to reference their own PRs this way, but this ends up +# in NetBSD GNATS. DISTNAME= httpd-2.4.20 PKGNAME= ${DISTNAME:S/httpd/apache/} |