diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/darcnes | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/darcnes')
-rw-r--r-- | emulators/darcnes/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |