From 1e53090cc228edde244c3b79950271b8ca469b1f Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- www/ap-auth-cookie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap-auth-cookie') diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 717acbd59fe..19564baa226 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:22 grant Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/20 12:27:58 agc 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 @@ -6,7 +6,6 @@ DISTNAME= mod_auth_cookie.c PKGNAME= ap-auth-cookie-1.9 -WRKSRC= ${WRKDIR} CATEGORIES= www MASTER_SITES= ftp://ftp.kciLink.com/pub/ EXTRACT_SUFX= .gz @@ -15,6 +14,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt COMMENT= Cookie-based authentication for Apache +WRKSRC= ${WRKDIR} USE_BUILDLINK2= YES EXTRACT_CMD= ${DO_NADA} -- cgit v1.2.3