Update to 1.9, and use DIST_SUBDIR. Closes PR 19888.
This commit is contained in:
parent
c58ba4b1fb
commit
b77e353915
2 changed files with 7 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.23 2002/08/01 02:37:42 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2003/02/14 17:46:57 wiz Exp $
|
||||
#
|
||||
# There are a few more mod_auth_cookie's out there doing slightly
|
||||
# different things. This one pkg would be a good place to dump them all in
|
||||
# one.
|
||||
|
||||
DISTNAME= mod_auth_cookie.c
|
||||
PKGNAME= ap-auth-cookie-1.7
|
||||
PKGNAME= ap-auth-cookie-1.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.kciLink.com/pub/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
@ -20,6 +20,8 @@ USE_PERL5= build # for "apxs"
|
|||
EXTRACT_CMD= ${DO_NADA}
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
|
||||
post-extract:
|
||||
@(${ECHO} '#include "ap_compat.h"'; ${GZIP_CMD} -dc ${DISTDIR}/${DISTFILES}) \
|
||||
>${WRKSRC}/${DISTNAME}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/05/09 12:31:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/02/14 17:46:57 wiz Exp $
|
||||
|
||||
SHA1 (mod_auth_cookie.c.gz) = 872d756cfe38b657e2b02e159d0f6fb2a9a10304
|
||||
Size (mod_auth_cookie.c.gz) = 3512 bytes
|
||||
SHA1 (ap-auth-cookie-1.9/mod_auth_cookie.c.gz) = ffe4aaf5487389699a0d856815aaf6cfa53cf9d5
|
||||
Size (ap-auth-cookie-1.9/mod_auth_cookie.c.gz) = 3622 bytes
|
||||
|
|
Loading…
Reference in a new issue