From 3a111113dcf15a2b040e07ba3513ace1fed6fea6 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/palmosemulator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/palmosemulator') diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 6a854c35bf3..483aebe20c5 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:35:41 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $ # DISTNAME= emulator_src_${POSE_VERSION} PKGNAME= palmosemulator-${POSE_VERSION} PKGREVISION= 2 -WRKSRC= ${WRKDIR}/Emulator_Src_${POSE_VERSION} CATEGORIES= emulators x11 MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -23,6 +22,7 @@ SITES_emulator-skins-19.tar.gz= http://www.palmos.com/dev/tools/emulator/ #LICENSE= GPL +WRKSRC= ${WRKDIR}/Emulator_Src_${POSE_VERSION} POSE_BUILD_DIR= ${WRKSRC}/BuildUnix POSE_SHARE_DIR= ${PREFIX}/share/palmosemulator POSE_SKINS_DIR= ${POSE_SHARE_DIR}/skins -- cgit v1.2.3