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. --- net/lambdamoo-core/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/lambdamoo-core') diff --git a/net/lambdamoo-core/Makefile b/net/lambdamoo-core/Makefile index 3afeb3ee2b5..1dcbde58f66 100644 --- a/net/lambdamoo-core/Makefile +++ b/net/lambdamoo-core/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:10:46 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:19 agc Exp $ DISTNAME= LambdaCore-12Apr99.db PKGNAME= lambdamoo-core-990412 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.lambda.moo.mud.org/pub/MOO/ \ ftp://ftp.kanga.nu/pub/mirrors/ftp.lambda.moo.mud.org/pub/MOO/ @@ -14,6 +13,8 @@ COMMENT= Generic core classes for lambdamoo EXTRACT_CMD= : +WRKSRC= ${WRKDIR} + post-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} ${GUNZIP_CMD} ${WRKSRC}/${DISTFILES} -- cgit v1.2.3