From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- emulators/darcnes/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index 466a5a59ddd..405524264f4 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.1 2003/08/02 19:52:12 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:14:40 agc Exp $ DISTNAME= dn9b0401 -WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/ EXTRACT_SUFX= .tgz @@ -10,6 +9,7 @@ HOMEPAGE= http://www.dridus.com/~nyef/darcnes/ LICENSE= no-commercial-use +WRKSRC= ${WRKDIR}/darcnes USE_GMAKE= yes USE_BUILDLINK2= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches -- cgit v1.2.3